Go to file
thepaperpilot 616163ad79
Some checks failed
Build and Deploy / build-and-deploy (push) Successful in 48s
Run Tests / test (push) Failing after 1m56s
Merge remote-tracking branch 'profectus/feature/query-params'
2024-02-12 06:33:44 -06:00
.forgejo/workflows Implement forgejo actions workflows (#24) 2023-11-05 17:00:28 +00:00
.github/workflows Implement forgejo actions workflows (#24) 2023-11-05 17:00:28 +00:00
.vscode Update IDE preferences 2024-02-11 18:12:13 -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 Merge remote-tracking branch 'profectus/feature/query-params' 2024-02-12 06:33:44 -06:00
tests Fix isFunction typing 2024-01-28 11:30:29 -06:00
.eslintrc.js Prepare for becoming submodule 2024-02-12 05:53:00 -06:00
.gitignore Add JSON DTS plugin 2024-01-28 11:30:29 -06: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 2023-05-17 18:52:22 -05:00
index.html Use fontsource for loading webfonts offline 2022-08-22 08:52:55 -05:00
LICENSE Initial commit 2021-05-19 17:11:27 -05:00
package-lock.json Updated Profectus 2024-01-28 12:27:09 -06:00
package.json Updated Profectus 2024-01-28 12:27:09 -06: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 Re-add tests to include array 2022-07-09 23:03:31 -05:00
vite.config.ts Merge remote-tracking branch 'profectus/main' 2024-01-28 11:58:17 -06: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