Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 566 Bytes

DEVELOPMENT.md

File metadata and controls

26 lines (16 loc) · 566 Bytes

Development

Local development can be accomplished in a few commands. The following build-time dependencies must be installed:

  • Node.js javascript runtime and npm package manager

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