Download and install Node.js from this link.
When you have Node.js installed run npm install to install all dependencies.
To view the website on your computer, run npm run dev and go to http://localhost:3000 in the browser. If you change any of the files in components/ or pages/ you will automatically see the changes in the browser.
Run npm run build to build a static version of the website.
