Source of a hackNet inspired game
Clone repo, npm install && npm start
then you should be good to go ;)
npm run clean
: remove dist/* filesnpm run build:js
: compile src/js files to dist/jsnpm run build:css
: compile src/css files to dist/cssnpm run build:html
: compile src/html files to dist/htmlnpm run build
:npm run clean ; npm run build:js ; npm run build:css ; npm run build:html
npm run test
: launch js test withmocha
npm run start
:npm run build && NODE_ENV=dev browser-sync start --config config/bs-config.js