forked from Shiloh/remnantchat
docs: explain how to host builds
This commit is contained in:
parent
b7c8ee6441
commit
4403d8df2d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user