1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-16 09:33:13 +02:00

Update README.md

This commit is contained in:
Matthias Kretschmann 2013-12-04 23:52:22 +01:00
parent d6e6d31501
commit 4ee88fe11c

View File

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