docs: explain how to host builds

This commit is contained in:
Jeremy Kahn 2022-09-19 21:32:43 -05:00
parent b7c8ee6441
commit 4403d8df2d

View File

@ -141,8 +141,14 @@ Assuming you are hosting Chitchatter on [GitHub Pages](https://pages.github.com/
#### Deployment
##### On GitHub
When hosted on GitHub Pages and the configuration above has been done, the Production environment is updated when the remote `main` branch is updated.
##### On non-GitHub hosts
Build the app with `npm run build`, and then serve the `build` directory. Any static file serving solution should work.
#### Runtime configuration
Explore the files in `src/config` to modify pairing and relay server configuration.