From e13da505ed6c6f15a2099250913425eeaaa6cd7d Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Tue, 22 Dec 2020 00:27:28 -0600 Subject: [PATCH] Add some build instructions Signed-off-by: Aaron Raimist --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0ce735f..5437948 100644 --- a/README.md +++ b/README.md @@ -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