# asciiflow2 **Repository Path**: goodtim/asciiflow2 ## Basic Information - **Project Name**: asciiflow2 - **Description**: ASCIIFlow Infinity - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-07 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.