1
0
Fork 0
mirror of https://github.com/mat-1/variance.git synced 2025-08-02 15:26:04 +00:00

link matrix space near beginning of readme

This commit is contained in:
mat 2023-10-14 13:04:27 -05:00
parent d1a84e519e
commit 23d36a206a
2 changed files with 4 additions and 1 deletions

View file

@ -30,7 +30,7 @@ It is not always possible to phrase every change in such a manner, but it is des
Also, we use [ESLint](https://eslint.org/) for clean and stylistically consistent code syntax, so make sure your pull request follow it.
**For any query or design discussion, join our [Matrix room](https://matrix.to/#/#variance:matdoes.dev).**
**For any query or design discussion, join our [Matrix space](https://matrix.to/#/#variance:matdoes.dev).**
## Helpful links

View file

@ -8,6 +8,8 @@ A web app is available at https://variance.matdoes.dev and is updated on every c
To host Variance on your own, build it with `yarn build` and serve the `dist/` directory. To set default Homeserver on login and register page, place a customized [`config.json`](config.json) in webroot of your choice.
If you'd like to chat about Variance, you can join the Matrix space at [#variance:matdoes.dev](https://matrix.to/#/#variance:matdoes.dev).
## Local development
> We recommend using a version manager as versions change very quickly. You will likely need to switch
> between multiple Node.js versions based on the needs of different projects you're working on.
@ -39,3 +41,4 @@ docker run -p 8080:80 variance:latest
```
This will forward your `localhost` port 8080 to the container's port 80. You can visit the app in your browser by navigating to `http://localhost:8080`.