mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
Update README.md
This commit is contained in:
parent
d6e6d31501
commit
4ee88fe11c
18
README.md
18
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`
|
||||
```bash
|
||||
`grunt build`
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user