Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
Lewis Hemens 475fef7323 Added move tool documentation 2014-01-20 22:10:37 +00:00
js-lib Added move tool documentation 2014-01-20 22:10:37 +00:00
.gitignore Fixed resize bug 2014-01-19 12:42:51 +00:00
README Removed dependency on closure library entirely 2014-01-12 17:43:07 +00:00
closure-compiler.jar Add closure compiler jar for easy building 2014-01-05 00:26:09 +00:00
compile.sh Lots of code tidying 2014-01-19 14:23:17 +00:00
index.html Menu style changes and pointer support 2014-01-20 21:36:58 +00:00
jquery-1.9-externs.js jQUery externs installed, some progress made on view transformations and basic controller introduced 2014-01-07 22:49:54 +00:00
jquery-1.9.1.min.js jQUery externs installed, some progress made on view transformations and basic controller introduced 2014-01-07 22:49:54 +00:00

README

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/root.html

When developing, use the Google JS linter, gjslint.

Adding new source files will require a change to compile.sh.