add project setup command to readme
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 52s

This commit is contained in:
Andreas Hnida 2024-04-18 23:08:49 +02:00
commit 6d84709fdd

View file

@ -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: To run the site locally, you can use the following commands:
```bash ```bash
# Project setup
npm run project-setup
# Install dependencies # Install dependencies
npm install npm install