You've already forked MenuGraphr
mirror of
https://github.com/FullScreenShenanigans/MenuGraphr.git
synced 2026-04-28 13:02:13 -07:00
Updated README.md to latest
This commit is contained in:
@@ -6,20 +6,10 @@
|
||||
In-game menu and dialog creation and management for GameStartr.
|
||||
<!-- {{/Top}} -->
|
||||
|
||||
<!-- {{Builds}} -->
|
||||
## Build Process
|
||||
<!-- {{Development}} -->
|
||||
## Development
|
||||
|
||||
MenuGraphr uses [Gulp](http://gulpjs.com/) to automate building, which requires [Node.js](http://node.js.org).
|
||||
|
||||
To build from scratch, install NodeJS and run the following commands:
|
||||
|
||||
```
|
||||
npm install -g gulp
|
||||
npm install
|
||||
gulp
|
||||
```
|
||||
See [Documentation/Development](https://github.com/FullScreenShenanigans/Documentation).
|
||||
|
||||
|
||||
|
||||
See [gulp-shenanigans](https://github.com/FullScreenShenanigans/gulp-shenanigans) for detailed Gulp usage.
|
||||
<!-- {{/Builds}} -->
|
||||
<!-- {{/Development}} -->
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-shenanigans": "^0.6.10"
|
||||
"gulp-shenanigans": "^0.6.11"
|
||||
},
|
||||
"scripts": {
|
||||
"gulp": "gulp",
|
||||
|
||||
Reference in New Issue
Block a user