Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 625 Bytes

Gruvbox Theme Website

A website showcasing the Gruvbox color scheme, built with Astro and Tailwind CSS.

Features

  • Display Gruvbox color palette
  • Installation guides for VS Code and iTerm2
  • Responsive design using Tailwind CSS

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run development server: npm run dev
  4. Build for production: npm run build

Project Structure

  • src/pages/: Astro pages (index, colors, installation guides)
  • src/components/: Reusable Astro components
  • src/layouts/: Layout component
  • public/: Static assets

License

MIT License