Point website/docs README to Makefile and /v2 url

This commit is contained in:
Sam Handler 2015-09-24 16:42:27 -07:00
parent 599feb5d0e
commit b4bd0c925e
1 changed files with 2 additions and 8 deletions

View File

@ -14,13 +14,7 @@ requests like any normal GitHub project, and we'll merge it in.
## 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
Then open up `localhost:4567/v2`. Note that some URLs you may need to append
".html" to make them work (in the navigation and such).