Point `website/www` README to Makefile
This commit is contained in:
parent
ab590f7740
commit
33d602ba84
|
@ -14,13 +14,7 @@ requests like any normal GitHub project, and we'll merge it in.
|
||||||
|
|
||||||
## Running the Site Locally
|
## Running the Site Locally
|
||||||
|
|
||||||
Running the site locally is simple. Clone this repo and run the following
|
Running the site locally is simple. Clone this repo and run `make dev`.
|
||||||
commands:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ bundle
|
|
||||||
$ bundle exec middleman server
|
|
||||||
```
|
|
||||||
|
|
||||||
Then open up `localhost:4567`. Note that some URLs you may need to append
|
Then open up `localhost:4567`. Note that some URLs you may need to append
|
||||||
".html" to make them work (in the navigation and such).
|
".html" to make them work (in the navigation and such).
|
||||||
|
|
Loading…
Reference in New Issue