Merge pull request #183 from aaronraimist/build-instructions

Add some build instructions
This commit is contained in:
Bruno Windels
2021-02-05 19:17:15 +00:00
committed by GitHub
+9
View File
@@ -42,3 +42,12 @@ practice for legibility we bend the rules and include it verbatim)
You can discuss matrix.to in
[`#matrix.to:matrix.org`](https://matrix.to/#/#matrix.to:matrix.org)
## Build Instructions
1. Install [yarn](https://classic.yarnpkg.com/en/docs/install)
1. `git clone https://github.com/matrix-org/matrix.to`
1. `cd matrix.to`
1. `yarn`
1. `yarn start`
1. Go to http://localhost:5000 in your browser