Getting Started
Set up Danvas for local development in minutes
Overview
Welcome to Danvas! This guide will walk you through setting up the monorepo on your local machine, configuring your environment variables, and running the application suite.
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js v22 or higher.
- Bun (highly recommended for performance).
- Git.
Quickstart
-
Clone the repository:
git clone https://github.com/canvas-forge/monorepo.git cd canvas-forge -
Install dependencies:
bun install -
Configure Environment Variables: Copy the example environment files and fill in your secrets (Clerk, Neon, Upstash).