Browse Source

Update README for static hosting instructions

Lance Stout 5 years ago
parent
commit
224916b935
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -13,3 +13,12 @@ You can retrieve your API key by visiting [https://accounts.simplewebrtc.com](ht
 3. `npm start`
 3. `npm start`
 4. Go to [https://localhost:8080/](https://localhost:8080)
 4. Go to [https://localhost:8080/](https://localhost:8080)
 
 
+
+## Deploying to Static/Shared Hosting
+
+1. `npm install`
+2. Edit `public/index.html` as described above.
+3. `npm run build`
+4. Copy the contents of the `./dist` folder to your hosting location.
+5. Ensure your hosting location is served via HTTPS.
+