Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Develop the website (Vite)
npm run dev
# Build the website for production in the dist/ directory
npm run build
# Develop the Electron app
npm run start
# Build the Electron app for production
npm run make