Personal portfolio website — aryansidbatte.github.io
Built with Astro, Tailwind CSS v4, and React islands.
All commands are run from the root of the project:
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:4321 |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview build locally before deploying |
npm test |
Run tests |
- Astro — static site framework
- Tailwind CSS v4 — styling
- React — interactive islands
- Vitest — unit tests
- GitHub Pages — hosting via GitHub Actions