Skip to content

rodtan/slorm-planner

 
 

Repository files navigation

This project is a build planner for the game The Slormancer

Install and run project

Windows

Install node and npm : https://nodejs.org/en/download/

Run npm install

Run npm run start to start the server on http://localhost:4200/

Linux

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/

Removing white background from pngs

for file in *.png; do convert "$file" -transparent white "$file"; done

About

Build planner for The Slormancer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.4%
  • SCSS 20.7%
  • HTML 18.4%
  • Other 0.5%