Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
Lewis Hemens e0b0505332 New state model is magical, introduced special character whose value is 'inferred' from it's surroundings. This may be the coolest thing ever. 2014-01-13 23:17:02 +00:00
js-lib New state model is magical, introduced special character whose value is 'inferred' from it's surroundings. This may be the coolest thing ever. 2014-01-13 23:17:02 +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 New state model is magical, introduced special character whose value is 'inferred' from it's surroundings. This may be the coolest thing ever. 2014-01-13 23:17:02 +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.