This is the source code for my personal website, built with Astro and Tailwind CSS.
| Command | Description |
|---|---|
npm install |
Install project dependencies |
npm run dev |
Start the local development server |
npm run build |
Build the site for production |
npm run preview |
Preview the production build locally |