From 2848e85c87077091238e8268f6f0e1862b744e15 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 22 Nov 2019 09:01:57 +0100 Subject: [PATCH] add link to deployment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28238b6c..421ae7f4 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ If you find this interesting, feel free to reach me at `@bwindels:matrix.org`. # How to use -I haven't made a deployment script yet for this, so for now you need to locally `yarn start` or `npm start` and point your browser to `http://localhost:3000`. +You can [try Brawl here](https://bwindels.github.io/brawl/), or try it locally by running `yarn install` (only the first time) and `yarn start` in the terminal, and point your browser to `http://localhost:3000`.