Skip to content

storm1er/cmdWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published