Files
MenuGraphr/README.md
2016-11-30 09:02:35 -06:00

702 B

MenuGraphr

Build Status NPM version

In-game menu and dialog creation and management for GameStartr.

Build Process

MenuGraphr uses Gulp to automate building, which requires Node.js.

To build from scratch, install NodeJS and run the following commands:

npm install -g gulp
npm install
gulp

See Build Details for detailed Gulp usage.