Add make preview & update README with basic development instructions
not sure how helpful this really this but something is better than nothing i guess
This commit is contained in:
parent
a143b04826
commit
de302bbc0a
2 changed files with 10 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -17,6 +17,10 @@ test: install
|
|||
setup:
|
||||
git config core.hooksPath etc/githooks
|
||||
|
||||
.PHONY: preview
|
||||
preview: generate
|
||||
xdg-open gh-pages/index.html
|
||||
|
||||
.PHONY: generate
|
||||
generate: generate-gh-pages generate-fixtures
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue