README
Dopex SDK Client
Getting Started
Requirements
Please have these installed on your machine:
Install dependencies:
yarn
To run the build in watch mode (while developing), run:
yarn start
To make the production build, run:
yarn build
To run tests:
yarn test
To lint the project:
yarn lint