Update Readme to create a local .env (#1313)

This commit is contained in:
Flemming 2022-01-04 18:19:44 +01:00 committed by GitHub
parent 4537117624
commit 3bb76a3a62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,7 @@ You will also need Google API credentials. You can get this from the [Google API
git clone git@github.com:calendso/calendso.git
cd calendso
yarn
cp .env.example .env
yarn dx
```