Add some build instructions

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2020-12-22 00:27:28 -06:00
parent bf5e26dbb5
commit e13da505ed
No known key found for this signature in database
GPG Key ID: 37419210002890EF
1 changed files with 9 additions and 0 deletions

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