No description
Find a file
thepaperpilot ff183e02ff Switch from jest to vitest
Note: this is a very actively developed library,
and I created an issue for an issue I was having with VSC integration:
https://github.com/vitest-dev/vscode/issues/52
2022-07-07 20:40:08 -05:00
.github/workflows Use node 16.x for testing 2022-06-23 11:52:57 -05:00
.vscode Switch from jest to vitest 2022-07-07 20:40:08 -05:00
public Implemented PWA 2022-06-26 15:22:22 -05:00
saves Delete safff.txt 2022-04-01 01:08:33 -05:00
src Made descriptions on buyables optional 2022-07-07 20:40:08 -05:00
tests/util Switch from jest to vitest 2022-07-07 20:40:08 -05:00
.eslintrc.js Fixing more issues 2022-01-24 22:25:34 -06:00
.gitignore Create vue app 2021-05-19 17:21:51 -05:00
.prettierrc.json Fixing building / cleanup 2022-01-24 22:23:30 -06:00
.replit Added support for replit 2022-03-01 21:03:00 -06:00
CHANGELOG.md Version Bump 2022-06-27 08:22:10 -05:00
index.html Implemented PWA 2022-06-26 15:22:22 -05:00
LICENSE Initial commit 2021-05-19 17:11:27 -05:00
package-lock.json Switch from jest to vitest 2022-07-07 20:40:08 -05:00
package.json Switch from jest to vitest 2022-07-07 20:40:08 -05:00
README.md Add test command to README 2022-07-07 12:14:28 +02:00
replit.nix Added support for replit 2022-03-01 21:03:00 -06:00
tsconfig.json Switched from vue-cli-service to vite 2022-06-25 22:34:18 -05:00
vite.config.ts Switch from jest to vitest 2022-07-07 20:40:08 -05:00

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