Skip to content

Luno-lab/LunoWeb

Repository files navigation

LunoKit Official Website

The official website for LunoKit, featuring product introduction, feature showcase, documentation, and user support.

Tech Stack

  • 🚀 Next.js 14 framework
  • ⚡ React 18 with TypeScript
  • 🎨 Tailwind CSS styling
  • 🧩 Radix UI component library
  • 🎭 Framer Motion animations
  • 📊 Recharts for data visualization

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

# Clone the repository
git clone <repository-url>
cd lunoweb

# Install dependencies
npm install

# Start the development server
npm run dev

Open http://localhost:3000 in your browser to see the LunoKit website.

Available Scripts

  • npm run dev - Start the development server
  • npm run build - Build the application for production
  • npm run start - Start the production server
  • npm run lint - Run ESLint

Tech Stack

  • 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

Project Structure

├── public/          # Static assets
├── src/
│   ├── components/  # Reusable UI components
│   ├── pages/       # Website pages
│   └── styles/      # Global styles
├── package.json
└── README.md

Deployment

The LunoKit website is deployed on Vercel. Any changes pushed to the main branch will automatically trigger a new deployment.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •