A website showcasing the Gruvbox color scheme, built with Astro and Tailwind CSS.
- Display Gruvbox color palette
- Installation guides for VS Code and iTerm2
- Responsive design using Tailwind CSS
- Clone the repository
- Install dependencies:
npm install
- Run development server:
npm run dev
- Build for production:
npm run build
src/pages/
: Astro pages (index, colors, installation guides)src/components/
: Reusable Astro componentssrc/layouts/
: Layout componentpublic/
: Static assets
MIT License