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

pull/1412/head
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
1 changed files with 3 additions and 2 deletions

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 git clone git@github.com:calendso/calendso.git
cd calendso cd calendso
yarn yarn
cp .env.example .env
yarn dx yarn dx
``` ```