1
0
Fork 0
Dieser Commit ist enthalten in:
xenia 2019-06-24 13:49:39 +02:00
Ursprung a68b25675c
Commit ae129f717c
2 geänderte Dateien mit 21 neuen und 15 gelöschten Zeilen

15
README
Datei anzeigen

@ -1,15 +0,0 @@
Follow the instructions to get asciiflow running locally.
Compile the javascript:
~/asciiflow2$ ./compile.sh
If you get a permissions error:
~/asciiflow2$ chmod a+x closure-compiler.jar
Run a simple web server:
~/asciiflow2$python -m SimpleHTTPServer
Goto: http://localhost:8000/index.html
When developing, use the Google JS linter, gjslint.

21
README.md Normale Datei
Datei anzeigen

@ -0,0 +1,21 @@
# Asciiflow2, haskal edition #
Fork of https://github.com/lewish/asciiflow2 with google drive and analytics removed.
## Build ##
```
make
```
## Run ##
```
python3 -m http.server
```
## Deploy ##
```
make package
```
Then copy release.tar.xz to wherever it needs to be deployed (eg, with nginx).