A futuristic, minimalistic website for the Longmont AI Meetup, built with React, Vite, and Tailwind CSS.
- Framework: React + Vite
- Language: TypeScript
- Styling: Vanilla CSS + CSS Variables (Custom Design System)
- Animations: Framer Motion
- Icons: Lucide React
- Deployment: Vercel
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
This project is configured for automatic deployment on Vercel.
- Push to
maintriggers a production deployment.