React + Tailwind landing page built with Vite, deployable to GitHub Pages.
npm install
npm run devnpm run build
npm run previewThis repo includes a GitHub Actions workflow at .github/workflows/deploy.yml.
This site will deploy to:
https://chipgptbiz.github.io/tech-literacy-workshop/
So Vite must build with a base of:
/tech-literacy-workshop/
The Vite base path is hard-coded in vite.config.ts to /tech-literacy-workshop/.
If you later move to a custom domain, we’ll switch the base back to / and add a public/CNAME file.
In GitHub:
- Settings → Pages
- Build and deployment → Source: GitHub Actions
Then push to main.