Merge pull request #469 from vector-im/SimonBrandner/task/env
This commit is contained in:
commit
034552a063
3 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
node_modules
|
||||
.DS_Store
|
||||
.env
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue