Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 508 Bytes

topiary UI repo

Topiary's ui repo is used to develop the js and css for the topiary admin interface.

installation

Requires: git, node, npm

git clone https://github.com/topiary-io/topiary-ui topiary-ui 
cd topiary-ui/  
npm install

scripts

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

License

http://www.apache.org/licenses/LICENSE-2.0