Skip to content
Snippets Groups Projects
Commit 5cb5abdd authored by Alexander Rose's avatar Alexander Rose
Browse files

add productionbuild instructions

parent 43e4a221
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment