Quickstart

Deploy your first roadmap in under 5 minutes.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js 18+
  • npm or pnpm

Clone the repository

Clone the repository and install dependencies:

git clone https://github.com/zaikaman/Loom.git
cd Loom
npm install

Configure Environment

Copy the example environment file to get started:

cp .env.example .env.local

Run Development Server

Start the local development server:

npm run dev

Open http://localhost:3000 to see your application.