Before you start, make sure you have Node.js installed on your machine: (https://nodejs.org/en/download/)
Once you've cloned or downloaded this project file to your local machine, navigate to this project directory in your terminal.
Run the following command to install the necessary dependencies:
npm install
To start the development server, run the following command:
npm run dev
This will start the server and open your default browser to your localhost. The site will reload automatically as you make changes to your code.