npm install to install dependencies.npm run dev.
This will serve the website locally with hot reloading[^1].npm run test.npm run build to build the project, this will create a bundle in dist/.dist/.
An easy way to do this locally is using npm run preview.[^1]: When you save changes in the project directory, the program will automatically reload the webpage in your browser reflecting those changes.