You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
images | 4 years ago | |
js-lib | 4 years ago | |
.gitignore | 6 years ago | |
Dockerfile | 4 years ago | |
LICENSE | 5 years ago | |
README | 6 years ago | |
addtohomescreen.css | 4 years ago | |
addtohomescreen.min.js | 4 years ago | |
closure-compiler.jar | 4 years ago | |
compile-output-wrapper.js | 4 years ago | |
compile.bat | 4 years ago | |
compile.sh | 4 years ago | |
index.html | 4 years ago | |
index.js | 4 years ago | |
js-compiled.js | 4 years ago | |
js-compiled.js.map | 4 years ago | |
package.json | 6 years ago |
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/index.html
When developing, use the Google JS linter, gjslint.