Install dependencies for the workspace
yarn install
All commands below need to be run in the context of the minting-backend
package where this README is located. Read more about context here.
Running in dev
mode:
yarn dev
Building to ./dist
directory with javascript output:
yarn build
Running all tests:
yarn test
Running changed tests in watch mode:
yarn test:watch
Linting:
yarn lint
Typechecking:
yarn typecheck
This package provides backend code for integrating Immutable Minting API.