0.0.24 • Published 10 years ago
gigster-ui v0.0.24
Gigster UI
Installing
Gigster runs on node v0.12.13, you can either download an installer directly from the Node.js Foundation, or use a Node Version Manager like nvm or n.
git clone git@github.com:liquidlabs-co/gigster-ui.git; cd gigster-ui
npm installDevelopment
Use grunt serve to watch and compile sass files, and publish them to /dist. You can build the files manually using grunt.
Publishing
- Commit your changes and compiled files from
/srcand/dist. - Run
grunt bump. This will automatically version the app (in package.json), commit as "Release vX.X.X", add a tag and push to origin. - Push the package to NPM using
npm publish.
Notes
The gigster font is expected to be available at /media/fonts/gigster.
UI examples can be found in /docs.