Marketing site for Potato OS, built with Next.js and exported as a static site for GitHub Pages.
npm install
npm run devOpen http://localhost:3000.
npm run build
npm run startnpm run start serves the generated out/ directory.
GitHub Pages deployment is handled by .github/workflows/deploy.yml, which builds the site and publishes out/.
The repository Pages source must be set to GitHub Actions.