summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b80529c..866377f6 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,8 @@ current_dir = $(shell pwd)
run: all
@[ "$(BROWSER)" ] || ( echo "You need to export the environment variable 'BROWSER' to run this."; exit 1 )
- $(RUN_BROWSER) $(current_dir)/rendered/en/index.html
+ $(RUN_BROWSER) http://0.0.0.0:8000 &
+ cd rendered && $(PYTHON) -m http.server
# docker-all: Build using a docker image which contains all the needed packages.