From 02d8a01cfcaca10e83913d1634e8bf8667fe156d Mon Sep 17 00:00:00 2001 From: Pavel Fomchenkov Date: Sat, 26 Nov 2022 08:35:34 +0100 Subject: [PATCH] docs: add copy-pasteable command for setting up local environment --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03f89c0..e64096c 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ pnpm install 2. Copy `.env.example` to `.env.local` and update the variables. +```sh +cp .env.example .env.local +``` + 3. Start the development server: ```sh