Getting Started

Get up and running with BDSF Adventure OS in minutes.

Prerequisites

  • Node.js 18+ installed
  • pnpm package manager (npm install -g pnpm)
  • Git

Clone the Repository

git clone https://github.com/akhammon/bdsf-adventure-os
cd bdsf-adventure-os

Install Dependencies

pnpm install

Run Development Servers

App Shell (Main Dashboard)

pnpm -C apps/app-shell dev

Runs on http://localhost:3000

Marketing Site

pnpm -C apps/marketing dev

Runs on http://localhost:3002

Documentation

pnpm -C apps/docs dev

Runs on http://localhost:3003

Run Tests

pnpm test

Build for Production

pnpm build