From 52ca697962652c90f143e10bb96c1016405693b4 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Tue, 13 Dec 2016 12:14:07 +0000 Subject: [PATCH] Switch to storybook for ui demo --- ui/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/Makefile b/ui/Makefile index f2847544..54a93e9f 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -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