Web application for easier creation of assets on Statemine.
This monorepo project uses Rush for package management, including building, testing and linting.
To start developing, execute following commands
rush update
rush build
Any time you pull changes to your branch or modify package.json, you need to run
rush update
rush build
Apart from that, use
rush build
To run tests type
rush test
To run linter type
rush lint