1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00
blog/README.md

19 lines
326 B
Markdown

kremalicious3
==================
Requirements
------------------
[https://npmjs.org/](NPM), [http://bower.io/](Bower), [http://bundler.io/](Bundler)
Get up and running
------------------
Install dependencies
`npm install && bower install && bundle install`
Local development
`grunt server`
Production build
`grunt build`