mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 03:29:43 +00:00
Add makefile and update readme
This commit is contained in:
parent
e34c321fce
commit
4de2dd31f0
10
website/Makefile
Normal file
10
website/Makefile
Normal file
@ -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 is simple. Clone this repo and run the following commands:
|
||||
|
||||
```
|
||||
$ bundle
|
||||
$ bundle exec middleman server
|
||||
```
|
||||
Running the site locally is simple. Clone this repo and run `make dev`.
|
||||
|
||||
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…
x
Reference in New Issue
Block a user