Landing page for Grid Labs built with React, TypeScript, Vite, and Tailwind CSS.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThis website uses the Grid Labs design system tokens from ../visual-identity:
- Colors: Primary Indigo (#6366f1), Accent Cyan (#06b6d4)
- Typography: System font stack
- Spacing: 4px base unit
- Shadows: Soft elevation system
The site is automatically deployed to GitHub Pages via GitHub Actions when pushing to main or master branch.
The build output in dist/ is deployed to GitHub Pages.