Skip to content

uilman/slorm-planner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

541 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Packages

 
 
 

Contributors

Languages

  • TypeScript 59.2%
  • SCSS 21.6%
  • HTML 18.7%
  • Other 0.5%