From 5cb5abdd6b63897fc184fa3391ffd2f3645428fd Mon Sep 17 00:00:00 2001 From: Alexander Rose <alex.rose@rcsb.org> Date: Fri, 17 May 2019 17:16:22 -0700 Subject: [PATCH] add productionbuild instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cb1edf7e..8216f779b 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,13 @@ This project builds on experience from previous solutions: ### Build automatically on file save: npm run watch -### With debug mode enabled: +### Build with debug mode enabled: DEBUG=molstar npm run watch +### Build for production: + npm run build + NODE_ENV=production npm run build-webpack + **Run** If not installed previously: -- GitLab