BuildingΒΆ

The build stack uses Node.js and the Yarn package manager. Install these on your system if they are not already available.

A rkt container build script is included in the project repository and provides an installation which can be used to build the project also. See the description on building and running the container in the Development Tools Container section of this document for details.

For macOS, RktMachine provides a CoreOS VM which supports developing using the rkt container system.

Start by installing the project dependencies using Yarn.

$ yarn

Then build the project.

$ yarn build