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

30 lines
425 B
Markdown

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