2014-01-12 17:43:07 +00:00
|
|
|
Follow the instructions to get asciiflow running locally.
|
2014-01-08 21:58:41 +00:00
|
|
|
|
2014-01-12 17:43:07 +00:00
|
|
|
Compile the javascript:
|
|
|
|
~/asciiflow2$ ./compile.sh
|
2014-01-08 21:58:41 +00:00
|
|
|
|
2014-01-12 17:43:07 +00:00
|
|
|
If you get a permissions error:
|
|
|
|
~/asciiflow2$ chmod a+x closure-compiler.jar
|
2014-01-08 21:58:41 +00:00
|
|
|
|
|
|
|
Run a simple web server:
|
2015-04-22 19:28:53 +00:00
|
|
|
~/asciiflow2$python -m SimpleHTTPServer
|
2014-01-08 21:58:41 +00:00
|
|
|
|
2015-03-24 22:01:09 +00:00
|
|
|
Goto: http://localhost:8000/index.html
|
2014-01-08 21:58:41 +00:00
|
|
|
|
2014-01-12 17:43:07 +00:00
|
|
|
When developing, use the Google JS linter, gjslint.
|
2014-01-08 21:58:41 +00:00
|
|
|
|