This is a utility for building asciiflow2 from source and compiling it an electron app.
- Nodejs & npm
- Git
- Bash - (git bash is enough on windows)
- Java 8 or newer - Needed to compile asciiflow js sources (ง ͠ಠ_ಠ)ง
git clone https://github.com/mxjp/asciiflow2-electron --recursive
cd asciiflow2-electron
npm ci
npm run compile