Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.22 KB

File metadata and controls

33 lines (21 loc) · 1.22 KB

Getting Started

  • ensure Node.js is installed
  • ensure Grunt is installed (typically via npm install -g grunt-cli)
  • npm install downloads dependencies
  • npm start generates application files

The 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++).

    Bug Reporting / Feature Requests

    Report bugs and request features at the KFNEXUS git hub site