Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 516 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 516 Bytes

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 start

Compiles and minifies for production

npm run build

Hosts the production build

npm run preview

Runs the tests using vite-jest

npm run test