From a891c77d47a65576b99da14102de3c498d91ab42 Mon Sep 17 00:00:00 2001 From: John David Pressman Date: Tue, 9 Jul 2019 20:15:56 -0700 Subject: [PATCH] Add updated instructions for running/building the website --- gitlab-pages/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gitlab-pages/README.md b/gitlab-pages/README.md index 718146e8b..dfa3507be 100644 --- a/gitlab-pages/README.md +++ b/gitlab-pages/README.md @@ -4,6 +4,11 @@ The website will be available at [http://localhost:3000](http://localhost:3000) -```zsh +To get the website running you want to do the commands: + +``` +cd website +npm run version next +cd .. docker-compose up ``` \ No newline at end of file