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
commit 3eb777983c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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