Merge pull request #469 from vector-im/SimonBrandner/task/env

This commit is contained in:
Šimon Brandner 2022-07-15 15:59:40 +02:00 committed by GitHub
commit 034552a063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

View file

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
node_modules node_modules
.DS_Store .DS_Store
.env
dist dist
dist-ssr dist-ssr
*.local *.local

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
``` ```