Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
Lewis Hemens 7d508e2ede Basic version of button panel working, added line tool 2014-01-12 19:08:29 +00:00
js-lib Basic version of button panel working, added line tool 2014-01-12 19:08:29 +00:00
.gitignore Ignore gedit temp files in gitignore 2014-01-08 22:04:57 +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 Removed dependency on closure library entirely 2014-01-12 17:43:07 +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
root.html Basic version of button panel working, added line tool 2014-01-12 19:08:29 +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.