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
3 changed files with 2 additions and 0 deletions

View File

1
.gitignore vendored
View File

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

View File

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