This is my personal website made with Astro, React, TailwindCSS and Shadcn UI.
This is my first time using Astro and I have always wanted to try using it since I have heard great things about it. I chose to use Astro for my personal website due to its speed and compatibility with many frontend frameworks I am familiar with.
- Theme Switching
- Metadata with OpenGraph
- About Page
- Summary
- Detailed Experience + Projects
- Contact Page
- 404 Page
- Analytics Tool
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |