Switch to storybook for ui demo

This commit is contained in:
Tom Gallacher 2016-12-13 12:14:07 +00:00
parent 701b623cab
commit 52ca697962
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ install: install-embed-markdown-loader
.PHONY: start
start:
$(bindir)/st -p $(PORT) -H 0.0.0.0 -d static --no-dot -i index.html
# $(bindir)/st -p $(PORT) -H 0.0.0.0 -d static --no-dot -i index.html
$(bindir)/start-storybook -p 8080
.PHONY: install-production
install-production: compile clean