Skip to content

Files

Latest commit

96c0727 · Aug 3, 2017

History

History
This branch is 368 commits behind skycoin/teller:master.

web

distribution.skycoin.net

Setup

  1. Install nvm.

  2. Install and use the node version specified in .nvmrc:

$ nvm install && nvm use
  1. Install Yarn:
$ npm install -g yarn
  1. Install dependencies:
$ yarn

Development

Start the development server:

$ yarn start

Run tests:

$ yarn test

# Generate coverage report
$ yarn test -- --coverage