1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 03:06:25 +02:00
blog/README.md

19 lines
326 B
Markdown
Raw Normal View History

2013-11-21 00:54:28 +01:00
kremalicious3
2013-11-30 17:13:19 +01:00
==================
2013-11-20 23:33:58 +01:00
Requirements
------------------
2013-11-30 04:03:48 +01:00
[https://npmjs.org/](NPM), [http://bower.io/](Bower), [http://bundler.io/](Bundler)
2013-11-30 17:13:19 +01:00
Get up and running
------------------
2013-11-30 04:03:48 +01:00
2013-11-30 17:13:19 +01:00
Install dependencies
2013-11-30 04:03:48 +01:00
`npm install && bower install && bundle install`
2013-11-30 17:13:19 +01:00
Local development
`grunt server`
Production build
`grunt build`