Personal website built with Vite, React, and Tailwind CSS.
npm install
npm run devThen open the local Vite URL printed in the terminal.
npm run buildThe production output is written to docs/.
Push to main and GitHub Pages serves the prebuilt files from docs/.
The custom domain file lives in public/CNAME and is copied into the build output.
public/.nojekyll is also copied into the build output so Pages serves the static output directly.
- Vite
- React
- Tailwind CSS