An example project loosely recreating TMT's Demo
Find a file
2022-03-05 22:58:42 -06:00
.github/workflows Don't build placeholder mod on main repo 2022-02-27 22:45:58 -06:00
.vs Initial commit 2022-02-27 18:11:01 -06:00
public Initial commit 2022-02-27 18:11:01 -06:00
saves Initial commit 2022-02-27 18:11:01 -06:00
src Merge remote-tracking branch 'template/main' 2022-03-05 22:58:42 -06:00
.eslintrc.js Initial commit 2022-02-27 18:11:01 -06:00
.gitignore Initial commit 2022-02-27 18:11:01 -06:00
.prettierrc.json Initial commit 2022-02-27 18:11:01 -06:00
.replit Added support for replit 2022-03-01 21:03:00 -06:00
babel.config.js Initial commit 2022-02-27 18:11:01 -06:00
CHANGELOG.md Version bump 2022-03-02 21:35:41 -06:00
LICENSE Initial commit 2022-02-27 18:11:01 -06:00
package-lock.json Added lint-staged 2022-03-01 23:31:31 -06:00
package.json Modified TS version 2022-03-05 22:35:08 -06:00
README.md Updated README 2022-03-01 21:10:37 -06:00
replit.nix Added support for replit 2022-03-01 21:03:00 -06:00
tsconfig.json Changed path aliasing 2022-03-03 21:39:48 -06:00
vue.config.js Initial commit 2022-02-27 18:11:01 -06:00

Profectus

A game engine that grows with you

Run on Repl.it

Read the docs

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint