A game engine that grows with you https://moddingtree.com
Find a file Use this template
2024-10-18 07:04:33 -05:00
.forgejo/workflows Add eslint workflow action and CONTRIBUTING.md that says to lint first 2024-02-17 20:16:00 -06:00
.github/workflows Add eslint workflow action and CONTRIBUTING.md that says to lint first 2024-02-17 20:16:00 -06:00
.vscode Add eslint workflow action and CONTRIBUTING.md that says to lint first 2024-02-17 20:16:00 -06: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 Update eslint and prettier 2024-10-18 07:04:33 -05:00
tests Update vue 2024-10-18 07:04:26 -05:00
.eslintignore Update eslint and prettier 2024-10-18 07:04:33 -05:00
.eslintrc.cjs Update eslint and prettier 2024-10-18 07:04:33 -05: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 Fix settings to make replit work 2022-08-22 08:51:32 -05:00
CHANGELOG.md Version Bump 2024-03-29 00:49:58 -05:00
CONTRIBUTING.md PR Feedback 2024-02-20 22:17:01 -06:00
index.html Update vite dependencies 2024-10-18 07:00:46 -05:00
LICENSE Initial commit 2021-05-19 17:11:27 -05:00
package-lock.json Update pixi (while staying at v6 until particle-emitter supports v8) 2024-10-18 07:04:20 -05:00
package.json Update eslint and prettier 2024-10-18 07:04:33 -05:00
README.md Remove lint from readme 2023-05-03 15:51:27 -05:00
replit.nix Added support for replit 2022-03-01 21:03:00 -06:00
tsconfig.json Update TS 2024-10-18 07:04:29 -05:00
vite.config.ts Update vite dependencies 2024-10-18 07:00:46 -05:00
vitest.config.ts Update vitest 2023-02-15 20:31:29 -06: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

Runs the tests using vite-jest

npm run test