Explorar o código

add productionbuild instructions

Alexander Rose %!s(int64=5) %!d(string=hai) anos
pai
achega
5cb5abdd6b
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      README.md

+ 5 - 1
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: