From da9fa1b9628bedf32566fb0731ca6267ed8938be Mon Sep 17 00:00:00 2001 From: ShaneMaglangit Date: Wed, 5 Oct 2022 17:56:11 +0800 Subject: [PATCH] Chore: Correct .env.local to .env.template on the README for the frontend development section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccd44a561..dcc1143ff 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ with docker compose and the frontend locally: ```bash docker-compose up api content-fetch cd packages/web -cp .env.local .env +cp .env.template .env yarn dev ```