Online 3D first person shooter experiment. IN DEVELOPMENT.
- Install iojs
- Clone this repo
git clone [email protected]:svagi/Game-of-credit.git
- Change directory
cd Game-of-credit
- Install all dependencies
npm install
npm start
Runs server in development
mode and start watching for file changes.
npm test
Runs all test along with linting.
npm run lint
Runs eslint for JavaScript source files.