asciiflow2/README

16 lines
348 B
Plaintext
Raw Normal View History

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:
2015-04-22 19:28:53 +00:00
~/asciiflow2$python -m SimpleHTTPServer
2015-03-24 22:01:09 +00:00
Goto: http://localhost:8000/index.html
When developing, use the Google JS linter, gjslint.