Browse Source

updated to reflect change to `yarn develop`

develop
Rob Colbert 2 years ago
parent
commit
72d13b1d8e
  1. 2
      README.md

2
README.md

@ -11,7 +11,7 @@ CyberEgg 2077 is a demonstration or sample game showing how to use the [Nice Gam
## Starting the Dev Server
```sh
yarn start
yarn develop
```
This will run [minigame-engine.js](minigame-engine.js), which is just enough ExpressJS and Pug to emulate how the game will be loaded and presented by a DTP application. This harness is **not** bundled with your game or application. Any changes you make to [minigame-engine.js](minigame-engine.js) will not be available in the final hosting environment.

Loading…
Cancel
Save