https://github.com/ducdat0507/dynastree2
https://github.com/ducdat0507/dynastree2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ducdat0507/dynastree2
- Owner: ducdat0507
- License: mit
- Created: 2023-05-15T08:32:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T09:38:28.000Z (about 3 years ago)
- Last Synced: 2025-04-12T06:42:48.716Z (about 1 year ago)
- Language: TypeScript
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Profectus
A game engine that grows with you
[](https://repl.it/github/profectus-engine/Profectus)
[Read the docs](https://moddingtree.com)
## 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
```