# asciiflow2 **Repository Path**: crazybber/asciiflow2 ## Basic Information - **Project Name**: asciiflow2 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-20 - **Last Updated**: 2025-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ASCIIFlow Infinity ## Dockerized Setup The easiest way to get AsciiFlow running locally is with a recent version of Docker. ``` make ``` Then open your browser to the url that it outputs. ## Manual Setup Compile the JavaScript (requires Java): ```powershell asciiflow2> compile.bat ``` windows ``` ~/asciiflow2> ./compile.sh ``` If you get a permissions error: ~/asciiflow2$ chmod a+x closure-compiler.jar ### Run a simple web server in Python 3: ```python ~/asciiflow2$ python -m http.server ``` Goto: http://localhost:8000/index.html When developing, use the Google JS linter, gjslint.