Skip to content

Development Workflow

Marshall Bowers edited this page Nov 27, 2016 · 6 revisions

Setup Your Development Environment

If you haven't already, read through our guide on Setting Up Your Development Environment.

Install Dependencies

# Navigate to your Rotonde directory
$ cd ~/path/to/Rotonde

# Install the development dependencies through npm
$ npm install

# Run the `bootstrap` script to initialize all of the Rotonde packages
$ npm run bootstrap

Package READMEs

Read the individual package README.md files for instructions on how to run the package when developing.

Clone this wiki locally