From 9e2a89583a79a2b6f8b3edbf0114f4737fcff062 Mon Sep 17 00:00:00 2001 From: anna <46717848+annameide@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:39:44 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ab760dfc..e4e0cc22 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ cp .env.example .env # Edit the .env file with your own values vim .env # Use your favourite editor here + +# To start developing use +npm run dev ``` ## Deployment