Local development can be accomplished in a few commands. The following build-time dependencies must be installed:
Retrieve copy of repository and navigate to root:
$ git clone https://github.com/starpeace-project/starpeace-assets-types.git
$ cd starpeace-assets-types
Install starpeace-assets-types dependencies:
$ npm install
Library can be compiled to javascript with build
target:
$ npm run build