Add makefile and update readme

This commit is contained in:
Sam Handler 2015-10-09 18:29:08 -04:00
parent 36a11af084
commit 49fcaa3e85
2 changed files with 11 additions and 6 deletions

10
website/Makefile Normal file
View File

@ -0,0 +1,10 @@
all: build
init:
bundle
dev: init
bundle exec middleman server
build: init
bundle exec middleman build

View File

@ -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).