A web-based startup simulation game built with React, TypeScript, and Vite.
pnpm install
pnpm devpnpm buildThis project is deployed to GitHub Pages using GitHub Actions. The workflow automatically builds and deploys on every push to main.
- Go to repository Settings → Pages
- Under "Source", select "GitHub Actions" (NOT "Deploy from a branch")
- Save the settings
The GitHub Actions workflow will:
- Build the project for production
- Upload the
distfolder to GitHub Pages - Deploy automatically on every push
If the site shows a blank page, check:
- GitHub Actions workflow status (Actions tab)
- GitHub Pages source is set to "GitHub Actions"
- Clear browser cache (Cmd+Shift+R / Ctrl+Shift+R)