From e1c1902543950b476ea993887891a6e22b74a808 Mon Sep 17 00:00:00 2001 From: Denali Marsh Date: Wed, 3 Jun 2020 11:53:32 -0700 Subject: [PATCH] make docs-develop, make docs-build (#543) --- Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Makefile b/Makefile index 0b56e37b..79aa31e8 100644 --- a/Makefile +++ b/Makefile @@ -172,3 +172,18 @@ start-remote-sims: -—container-override environment=[{SIM_NAME=master-$(VERSION)}] .PHONY: all build-linux install clean build test test-cli test-all test-rest test-basic start-remote-sims + +######################################## +### Documentation + +# Start docs site at localhost:8080 +docs-develop: + @cd docs && \ + npm install && \ + npm run serve + +# Build the site into docs/.vuepress/dist +docs-build: + @cd docs && \ + npm install && \ + npm run build \ No newline at end of file