An incremental game you play a day at a time, leading up to Christmas!
Find a file
2022-12-11 18:44:09 +00:00
.github/workflows
.vscode Oil prototype 2022-12-08 21:04:58 +07:00
public
saves
src prevents management layer from showing up in production 2022-12-11 18:44:09 +00:00
tests/util
.eslintrc.js
.gitignore
.prettierrc.json
.replit
CHANGELOG.md
index.html
LICENSE
package-lock.json Support node versions above node 16 2022-12-10 13:45:36 -06:00
package.json Support node versions above node 16 2022-12-10 13:45:36 -06:00
README.md
replit.nix
tsconfig.json
vite.config.ts

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

Lints and fixes files

npm run lint

Runs the tests using vite-jest

npm run test