-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(grunt): add new task
grunt init
for initializing new projects
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,13 +13,15 @@ Almace Scaffolding has exactly the same requirements as Jekyll. For more info pl | |
|
||
1. [Fork](https://github.com/sparanoid/almace-scaffolding/fork) or clone the repo. | ||
2. Install dependencies with Ruby gem [`bundler`](http://bundler.io/) and Node.js package manager [`npm`](https://www.npmjs.org/). | ||
3. Run `grunt serve`. | ||
3. Run `grunt init` to initialize your project. | ||
3. Run `grunt serve` to fire up a local server. | ||
|
||
So in short for geeks: | ||
|
||
```sh | ||
$ git clone [email protected]:sparanoid/almace-scaffolding.git | ||
$ bundle install && npm install | ||
$ grunt init | ||
$ grunt serve | ||
``` | ||
|
||
|