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-osInstall Dependencies
pnpm installRun Development Servers
App Shell (Main Dashboard)
pnpm -C apps/app-shell devRuns on http://localhost:3000
Marketing Site
pnpm -C apps/marketing devRuns on http://localhost:3002
Documentation
pnpm -C apps/docs devRuns on http://localhost:3003
Run Tests
pnpm testBuild for Production
pnpm build