Browse Source

Merge pull request #38 from i8ramin/patch-1

Add instructions for npm run build release
Konstantin Tarkus 9 years ago
parent
commit
8466545c84
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -76,6 +76,12 @@ $ npm test
 $ npm run deploy                # Deploys the project to GitHub Pages
 $ npm run deploy                # Deploys the project to GitHub Pages
 ```
 ```
 
 
+Alternatively, you can build a production release to manually deploy to S3, Firebase, Netlify, and other static hosts. Simply run the command below and copy the generated `build` folder to your static host.
+
+```shell
+$ npm run build release         # Build production release 
+```
+
 ### How to Update
 ### How to Update
 
 
 You can always fetch and merge the recent changes from this repo back into
 You can always fetch and merge the recent changes from this repo back into