From a21cadf2cbe53e120531229745409a81a381388c Mon Sep 17 00:00:00 2001 From: Vadym Abakumov Date: Sun, 1 Mar 2026 00:16:10 +0100 Subject: [PATCH] Update instructions for environment variable file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece98d5..3c3c838 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ npm run dev:client # start client on port 3000 npm run dev:server # start server on port 3001 ``` -Copy `.env.example` to `.env` in each app and fill in the values before starting. +Copy `.env.example` to `.env.local` in each app and fill in the values before starting. ## Root scripts