A simple companion app to be used with the main graphics bundle.
Uses Bun to compile the code to a EXE in production.
- Install dependencies with
npm install. - Build with
npm run build. - Adjust
config.jsonas needed. - Setup the included 100% Checklist to only show percentage, and to output it to file.
- Run with
node index.js.
- Install dependencies with
bun install. - Build with
bun build .\src\index.ts --compile --sourcemap --outfile companion.exe(if not running on Windows, specifybun-windows-x64as target if building for production). - Adjust
config.jsonas needed. - Setup the included 100% Checklist to only show percentage, and to output it to file.
- Run
companion.exe(or whatever name you gave the output file).