diff --git a/README.md b/README.md index 4cb1edf7ebd95da6288957b9d0bd2a11d54efa64..8216f779b5d919baa9ac9c1e843b02dff4bf7ece 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: