Topiary's ui repo is used to develop the js and css for the topiary admin interface.
Requires: git, node, npm
git clone https://github.com/topiary-io/topiary-ui topiary-ui
cd topiary-ui/
npm install
npm start
- creates a server. To view the admin, goto: localhost:3333/admin
For development:
npm run dev
- watches styles and js and builds them into bundle.js and styles.css