Utopia: A Fleet Builder for Star Trek Attack Wing
Getting Started
code spaces
(coming soon)
local install
- ensure Node.js is installed
- ensure Grunt is installed (typically
via
npm install -g grunt-cli
) npm install
downloads dependenciesnpm 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 vianpm 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++).