Skip to Content
Nextra 4.x is live — WIP docs
Getting StartedGetting Started

Getting Started

Welcome to Ekko OS! This guide will help you get started with the platform.

Installation

Before you begin, make sure you have the following prerequisites installed:

  • Node.js (v18 or higher)
  • pnpm (package manager)
  • Git

Quick Start

  1. Clone the repository

    git clone https://github.com/your-repo/ekko-os.git cd ekko-os
  2. Install dependencies

    pnpm install
  3. Set up environment variables

    cp .env.example .env # Edit .env with your configuration
  4. Run the development server

    pnpm dev
  5. Open your browser Navigate to http://localhost:3000 to see your application running.

First Steps

Need Help?

If you run into any issues, please check our troubleshooting guide or open an issue on GitHub.

Last updated on