This is my personal website, portfolio, and blog. It is built with Astro, Tailwind CSS, and TypeScript.
Honorable mention for Astro Sphere to provide such a great template for this project!
- Responsive design
- Light/Dark theme
- SEO-friendly
- Searchable content
- Code blocks with copy-to-clipboard
All commands are run from the root of the project, from a terminal:
Replace npm with your package manager of choice. npm, pnpm, yarn, bun, etc
| 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 |
MIT