mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
An incremental game you play a day at a time, leading up to Christmas!
6ab03b64b1
trying to merge the other way |
||
---|---|---|
.github/workflows | ||
.vscode | ||
public | ||
saves | ||
src | ||
tests/util | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.json | ||
.replit | ||
CHANGELOG.md | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
replit.nix | ||
tsconfig.json | ||
vite.config.ts |
Profectus
A game engine that grows with you
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