From 6d84709fddeea63fa78185e4d42e405cf27a51d0 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Thu, 18 Apr 2024 23:08:49 +0200 Subject: [PATCH] add project setup command to readme --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index fb0c586..ceef632 100755 --- a/readme.md +++ b/readme.md @@ -231,6 +231,10 @@ You can also run the site locally. Please refer to the 'Development' section for To run the site locally, you can use the following commands: ```bash + +# Project setup +npm run project-setup + # Install dependencies npm install