1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

fixup! one step to install all created postinstall hook in root package.json to trigger child installation updated README.md updated yarn.lock

This commit is contained in:
akupiec 2021-01-16 00:53:01 +01:00
parent 339719da16
commit 567ad77ad3

View File

@ -25,7 +25,7 @@ Your goal is to produce shapes by cutting, rotating, merging and painting parts
- Make sure `ffmpeg` is on your path
- Install [Node.js LTS](https://nodejs.org/en/download/) and [Yarn v1](https://classic.yarnpkg.com/en/docs/install)
- Install Java (required for textures)
- Run `yarn install` in the root folder
- Run `yarn` in the root folder
- Then `yarn dev` - it should now open in your browser
**Notice**: This will produce a debug build with several debugging flags enabled. If you want to disable them, modify [`src/js/core/config.js`](src/js/core/config.js).