Skip to content

svagi/game-of-credit

Repository files navigation

Game-of-credit

Online 3D first person shooter experiment. IN DEVELOPMENT.

Circle CI Dependency Status devDependency Status


Install

  1. Install iojs
  2. Clone this repo git clone git@github.com:svagi/Game-of-credit.git
  3. Change directory cd Game-of-credit
  4. Install all dependencies npm install

Run it locally

npm start

Runs server in development mode and start watching for file changes.

Tests

npm test

Runs all test along with linting.

Linting

npm run lint

Runs eslint for JavaScript source files.

License

Apache 2