Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 993 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 993 Bytes

cmdWorld

Source of a hackNet inspired game

Build Status dependencies Status devDependencies Status

installing (contributing purpose)

Clone repo, npm install && npm start then you should be good to go ;)

npm run-scripts

  • npm run clean : remove dist/* files
  • npm run build:js: compile src/js files to dist/js
  • npm run build:css: compile src/css files to dist/css
  • npm run build:html: compile src/html files to dist/html
  • npm run build: npm run clean ; npm run build:js ; npm run build:css ; npm run build:html
  • npm run test: launch js test with mocha
  • npm run start: npm run build && NODE_ENV=dev browser-sync start --config config/bs-config.js