1
0
Fork 0
blog/README.md

30 lines
425 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
2013-12-04 23:52:22 +01:00
[kremalicious.com](http://kremalicious.com) based on Jekyll
2013-11-20 23:33:58 +01:00
Requirements
------------------
2013-12-04 23:52:22 +01:00
- [NPM](https://npmjs.org/)
- [Bower](http://bower.io/)
- [Bundler](http://bundler.io/)
2013-11-30 04:03:48 +01:00
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-12-04 23:52:22 +01:00
```bash
npm install && bower install && bundle install
```
2013-11-30 04:03:48 +01:00
2013-11-30 17:13:19 +01:00
Local development
2013-12-04 23:52:22 +01:00
```bash
grunt server
```
2013-11-30 17:13:19 +01:00
Production build
2013-12-04 23:52:22 +01:00
```bash
`grunt build`
```