catalyst-ui
===========

###### Install dependencies:
`npm install`
###### Initialize and update the assets submodule:
```
git submodule init
git submodule update
```
###### Compile and run staging environment:
`npm start`

###### Before publishing:
`npm run build-lib`
