Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 409 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 409 Bytes

otc.skycoin.net

https://otc.skycoin.net

Setup

  1. Install npm

  2. 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

Build release

Changes should be compiled and committed to the repo.

yarn build