/cryptoforge

REST api for miner stats and management.

Primary LanguageJavaScript

cryptoforge

dependencies Status devDependencies Status codecov Build Status

Development setup

$ npm install -g gulp
$ git clone https://github.com/Eskalol/cryptoforge.git
$ mongod
$ gulp

Gulp Tasks:

  • Run gulp to serve:dev and run swagger editor.
  • Run gulp test to run unit tests with mocha.
  • Run gulp build to build dist.
  • Run gulp serve:dist to serve production.
  • Run gulp serve to serve development.
  • Run gulp clean:dist to clean dist folder.
  • Run gulp swagger to run swagger editor.
  • Run gulp lint to run linting.
  • Run gulp lint:fix to fix fixable errors.

Whale it, you'll nail it!

$ docker-compose up