This commit is contained in:
xenia 2019-06-24 13:49:39 +02:00
rodič a68b25675c
revize ae129f717c
2 změnil soubory, kde provedl 21 přidání a 15 odebrání

15
README
Zobrazit soubor

@ -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
Zobrazit soubor

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