Skip to content

king101-bit/Luna

Repository files navigation

Luna

Luna is a modern web application built with Next.js, designed to provide a seamless and interactive user experience for users to learn and explore the world of Programming. This project leverages the latest features of Next.js, including the App Router, Server Components, and optimized font loading with next/font.

Luna Screenshot


Features

  • Next.js 13+: Utilizes the App Router and Server Components for enhanced performance and scalability.
  • Geist Font: Optimized font loading using next/font.
  • Responsive Design: Fully responsive layout for desktop, tablet, and mobile devices.
  • Interactive UI: Smooth animations and transitions for a polished user experience.
  • Vercel Deployment: Ready for deployment on Vercel with minimal configuration.

Getting Started

Follow these steps to set up and run the project locally.

Prerequisites

  • Node.js (version 18 or higher recommended)
  • npm, yarn, pnpm, or bun (package manager of your choice preferably pnpm)

Installation

  1. Clone the repository:

    git clone https://github.com/king101-bit/Luna.git
    
  2. Navigate to the project directory:

    cd Luna
    
    # Install dependencies
    pnpm install
    
    # Start the development server
    pnpm dev
    
    # Build for production
    pnpm build
    
    # Start the production server
    pnpm start