npm install -g grunt-cli
)npm install
downloads dependenciesnpm start
generates application filesThe repository’s directory structure should be largely self-explanatory:
src
contains all source files (e.g. JavaScript and CSS)
Attack Wing data resides in src/data
.
staw-utopia
contains application files generated via npm start
NB: These files should not be edited manually; any changes here will be
overwritten by npm start
.
If you want to inspect the generated staw-utopia/data/data.json
file, you
might use a JSON prettifier (e.g. JSTool for
Notepad++).
Report bugs and request features at the KFNEXUS git hub site