Read documentation here
To install the required dependencies:
yarn
To build for development:
yarn build:dev
To build for production:
yarn build:prod
To test:
yarn test