mirror of https://github.com/status-im/consul.git
Add makefile and update readme
This commit is contained in:
parent
e34c321fce
commit
4de2dd31f0
|
@ -0,0 +1,10 @@
|
||||||
|
all: build
|
||||||
|
|
||||||
|
init:
|
||||||
|
bundle
|
||||||
|
|
||||||
|
dev: init
|
||||||
|
bundle exec middleman server
|
||||||
|
|
||||||
|
build: init
|
||||||
|
bundle exec middleman build
|
|
@ -11,12 +11,7 @@ If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript
|
||||||
Running the Site Locally
|
Running the Site Locally
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
Running the site locally is simple. Clone this repo and run the following commands:
|
Running the site locally is simple. Clone this repo and run `make dev`.
|
||||||
|
|
||||||
```
|
|
||||||
$ bundle
|
|
||||||
$ bundle exec middleman server
|
|
||||||
```
|
|
||||||
|
|
||||||
Then open up `localhost:4567`. Note that some URLs you may need to append ".html" to make them work (in the navigation and such).
|
Then open up `localhost:4567`. Note that some URLs you may need to append ".html" to make them work (in the navigation and such).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue