Update readme
This commit is contained in:
parent
a68b25675c
commit
ae129f717c
15
README
15
README
|
@ -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.
|
|
||||||
|
|
|
@ -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).
|
Loading…
Reference in New Issue