Add .env instruction

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-07-15 11:32:07 +02:00
parent f876df6acc
commit bb505273f4
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2

View file

@ -27,6 +27,7 @@ git clone https://github.com/vector-im/element-call.git
cd element-call cd element-call
yarn yarn
yarn link matrix-js-sdk yarn link matrix-js-sdk
cp .env.example .env
yarn dev yarn dev
``` ```