From 4ee88fe11cbea59b9ad3564be1d77afd7165ef40 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 4 Dec 2013 23:52:22 +0100 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f7f09e3..7b3d09b8 100644 --- a/README.md +++ b/README.md @@ -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` \ No newline at end of file +```bash +`grunt build` +```