Download Node.js. Run this followed commands:
# This is where the project will project via the web.
cd frontend
# Install dependencies with vite (only the first time).
npm install
# If you're having trouble with this step, try running the below command once:
npm install vite
# Run the local server at localhost:8080. This launches the website from your local machine.
npm run dev
# Build for production in the dist/directory.
npm run build