This project is a build planner for the game The Slormancer
Install node and npm : https://nodejs.org/en/download/
Run npm install
Run npm run start
to start the server on http://localhost:4200/
Install node and npm with apt (https://doc.ubuntu-fr.org/nodejs) or pacman (https://wiki.archlinux.org/title/Node.js)
Run npm install
Run npm run start
to start the server on http://localhost:4200/
for file in *.png; do convert "$file" -transparent white "$file"; done