- Astro - Web framework for content-driven websites.
- Vue - The Progressive JavaScript Framework.
- Typescript - JavaScript with syntax for types.
- Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
- shadcn-vue - Beautifully designed components for Vue.
- Lucide Icons - Beautiful & consistent icons.
- Prettier + prettier-plugin-astro + prettier-plugin-tailwindcss - An opinionated code formatter.
-
Fork the repository.
-
Install dependencies:
# Install pnpm globally if you don't have it:
npm install -g pnpm
# and install dependencies:
pnpm install
- Run the development server:
pnpm dev
Open up http://localhost:4321 and make your changes ⚡️.