forked from lab2023/hierapolis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give more information about run and build middleman
- Loading branch information
Onur Özgür ÖZKAN
committed
May 28, 2014
1 parent
d23d1f3
commit 7746060
Showing
1 changed file
with
15 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,21 @@ TODO | |
|
||
## Usage | ||
|
||
TODO | ||
For see in action | ||
|
||
1. `git clone [email protected]:lab2023/hierapolis.git` | ||
2. `bundle install` | ||
3. `middleman` | ||
4. Open `0.0.0.0:4567` | ||
|
||
Get html, css, js output | ||
|
||
1. `middleman build` | ||
2. `cd build` | ||
|
||
You can see outputs in build folder. | ||
|
||
**NOTE** | ||
|
||
* There is also [Rails Hierapolis Gem](https://github.com/kebab-project/hierapolis-rails) for Rails developer. | ||
|
||
|