Skip to content

Commit

Permalink
Add dev instruction + nodemon for watch mode with unbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed May 1, 2024
1 parent 0517277 commit a339e90
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 6 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ Core package for the Fibbo game engine.

3D Models used for development purpose are from [glTF-Sample-Assets](https://github.com/KhronosGroup/glTF-Sample-Assets) and [Kenney](https://kenney.nl/assets?q=3d).

- Install dependencies

```bash
npm install
```

```bash
npm run playground:install
```

- In one terminal, run the build process in watch mode

```bash
npm run dev
```

- In another terminal, run the playground in watch mode

```bash
npm run playground:dev
```

You can now open your browser and navigate to `http://localhost:5173/`.

<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/@fibbojs/fibbo/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@fibbojs/fibbo
Expand Down
231 changes: 231 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a339e90

Please sign in to comment.