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:
Niklas Fasching 2019-09-22 01:58:48 +02:00
parent a143b04826
commit de302bbc0a
2 changed files with 10 additions and 0 deletions

View file

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