add project setup command to readme
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 52s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 52s
This commit is contained in:
parent
91769f2bfe
commit
6d84709fdd
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue