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 installConfigure Environment
Copy the example environment file to get started:
cp .env.example .env.local