Update readme

This commit is contained in:
xenia 2019-06-24 13:49:39 +02:00
parent a68b25675c
commit ae129f717c
2 changed files with 21 additions and 15 deletions

15
README
View File

@ -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 Normal file
View File

@ -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).