Follow these steps to download the Sifo template, install dependencies, and run it locally.
C:\Users\your-name\Documents\SifoYou will see folders such as app, config, public, and files like package.json.
Sifo) and click Open.You should now see the project files in the Explorer panel on the left.
Inside Visual Studio Code:
.../Sifo).npm installThis downloads and installs all the libraries the project needs.
This step can take a few minutes the first time. You only need to do it once after downloading the template.
In the same terminal, run:
npm run devYou should see a message similar to:
ready - started server on http://localhost:3000http://localhost:3000You will see the Sifo website running locally on your machine.
Whenever you edit configuration files or page content, the browser will automatically refresh and show your changes.
When you are done working:
npm run dev is running.Terminate batch job (Y/N)?, type Y and press Enter.You can start the server again at any time by running npm run dev inside the project folder.