Asciiflow2, sans google and tracking, available at https://flow.lain.faith
Go to file
Lewis Hemens d51221f089 Closure typing cleanup, added grid and simple ability to clean to render cells 2014-01-11 16:40:01 +00:00
js-lib Closure typing cleanup, added grid and simple ability to clean to render cells 2014-01-11 16:40:01 +00:00
.gitignore Ignore gedit temp files in gitignore 2014-01-08 22:04:57 +00:00
README Added missing state class, and updated readme 2014-01-08 21:58:41 +00:00
closure-compiler.jar Add closure compiler jar for easy building 2014-01-05 00:26:09 +00:00
compile.sh Closure typing cleanup, added grid and simple ability to clean to render cells 2014-01-11 16:40:01 +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 jQUery externs installed, some progress made on view transformations and basic controller introduced 2014-01-07 22:49:54 +00:00

README

Follow the following to get asciiflow running locally.

Clone closure-library at the same level as asciiflow2:

$git clone https://code.google.com/p/closure-library/

Update compile.sh script if neccessary and run it:
$./compile.sh

This may require chmod a+x on some files.

Run a simple web server:
$python -m SimpleHttpServer

Goto localhost:8000/root.html