Profectus/README.md
2022-06-26 15:36:28 -05:00

508 B

Profectus

A game engine that grows with you

Run on Repl.it

Read the docs

Project setup

npm install

Hosts dev server and hot-reloads modules as they're changed

npm starts

Compiles and minifies for production

npm run build

Hosts the production build

npm run preview

Lints and fixes files

npm run lint