Go to file
2024-02-15 21:53:38 +00:00
.forgejo/workflows Initial commit 2024-02-15 21:53:38 +00:00
.github/workflows Initial commit 2024-02-15 21:53:38 +00:00
public Initial commit 2024-02-15 21:53:38 +00:00
saves Initial commit 2024-02-15 21:53:38 +00:00
src Initial commit 2024-02-15 21:53:38 +00:00
tests Initial commit 2024-02-15 21:53:38 +00:00
.eslintrc.js Initial commit 2024-02-15 21:53:38 +00:00
.gitignore Initial commit 2024-02-15 21:53:38 +00:00
.prettierrc.json Initial commit 2024-02-15 21:53:38 +00:00
.replit Initial commit 2024-02-15 21:53:38 +00:00
CHANGELOG.md Initial commit 2024-02-15 21:53:38 +00:00
index.html Initial commit 2024-02-15 21:53:38 +00:00
LICENSE Initial commit 2024-02-15 21:53:38 +00:00
package-lock.json Initial commit 2024-02-15 21:53:38 +00:00
package.json Initial commit 2024-02-15 21:53:38 +00:00
README.md Initial commit 2024-02-15 21:53:38 +00:00
replit.nix Initial commit 2024-02-15 21:53:38 +00:00
tsconfig.json Initial commit 2024-02-15 21:53:38 +00:00
vite.config.ts Initial commit 2024-02-15 21:53:38 +00:00
vitest.config.ts Initial commit 2024-02-15 21:53:38 +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