1
0
Fork 0

Update README.md

This commit is contained in:
Matthias Kretschmann 2013-12-04 23:52:22 +01:00
parent d6e6d31501
commit 4ee88fe11c
1 changed files with 14 additions and 4 deletions

View File

@ -1,19 +1,29 @@
kremalicious3
==================
[kremalicious.com](http://kremalicious.com) based on Jekyll
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
------------------
Install dependencies
`npm install && bower install && bundle install`
```bash
npm install && bower install && bundle install
```
Local development
`grunt server`
```bash
grunt server
```
Production build
`grunt build`
```bash
`grunt build`
```