No description
Find a file
MisterBowser 1e526dc562
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m50s
Run Tests / test (push) Successful in 3m51s
Merge pull request 'develop' (#13) from develop into main
Reviewed-on: #13
2025-08-07 05:32:27 +00:00
.forgejo/workflows Initial commit 2025-06-18 01:57:06 +00:00
.github/workflows this is so fucking annoying 2025-08-03 20:01:24 -05:00
public Initial commit 2025-06-18 01:57:06 +00:00
saves Initial commit 2025-06-18 01:57:06 +00:00
src Bump version. 2025-08-07 00:22:36 -05:00
tests Add dynamic initial amount to repeatables. 2025-07-20 14:48:21 -05:00
.eslintignore Initial commit 2025-06-18 01:57:06 +00:00
.eslintrc.cjs Initial commit 2025-06-18 01:57:06 +00:00
.gitignore Initial commit 2025-06-18 01:57:06 +00:00
.prettierrc.json Initial commit 2025-06-18 01:57:06 +00:00
.replit Initial commit 2025-06-18 01:57:06 +00:00
CHANGELOG.md Initial commit 2025-06-18 01:57:06 +00:00
CONTRIBUTING.md Initial commit 2025-06-18 01:57:06 +00:00
index.html Initial commit 2025-06-18 01:57:06 +00:00
LICENSE Initial commit 2025-06-18 01:57:06 +00:00
package-lock.json Re-enable galaxy support 2025-08-04 09:20:05 -05:00
package.json Re-enable galaxy support 2025-08-04 09:20:05 -05:00
README.md Initial commit 2025-06-18 01:57:06 +00:00
replit.nix Initial commit 2025-06-18 01:57:06 +00:00
tsconfig.json Initial commit 2025-06-18 01:57:06 +00:00
vite.config.ts Add tailwind. 2025-07-28 08:26:46 -05:00
vitest.config.ts Initial commit 2025-06-18 01:57:06 +00: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