The official website for LunoKit, featuring product introduction, feature showcase, documentation, and user support.
- 🚀 Next.js 14 framework
- ⚡ React 18 with TypeScript
- 🎨 Tailwind CSS styling
- 🧩 Radix UI component library
- 🎭 Framer Motion animations
- 📊 Recharts for data visualization
- Node.js 18+
- npm or yarn
# Clone the repository
git clone <repository-url>
cd lunoweb
# Install dependencies
npm install
# Start the development server
npm run devOpen http://localhost:3000 in your browser to see the LunoKit website.
npm run dev- Start the development servernpm run build- Build the application for productionnpm run start- Start the production servernpm run lint- Run ESLint
- Framework: Next.js 14
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: Radix UI
- Animations: Framer Motion
- Forms: React Hook Form with Zod validation
- Charts: Recharts
- Icons: Lucide React
├── public/ # Static assets
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Website pages
│ └── styles/ # Global styles
├── package.json
└── README.md
The LunoKit website is deployed on Vercel. Any changes pushed to the main branch will automatically trigger a new deployment.