BMAD-METHOD/src/modules/wds/docs/getting-started/installation.md

1010 B

Installation

Get WDS up and running in 5 minutes


Prerequisites

  • Node.js 18+ installed
  • Git installed
  • Code editor (VS Code recommended)

Quick Install

# Clone the repository
git clone https://github.com/whiteport-collective/whiteport-design-studio.git

# Navigate to the directory
cd whiteport-design-studio

# Install dependencies
npm install

# Start WDS
npm start

Verify Installation

You should see:

✅ WDS is running
🎨 Ready to design

Next Steps


Troubleshooting

Issue: Node version error Solution: Update to Node.js 18 or higher

Issue: Permission denied Solution: Run with appropriate permissions or use sudo (Mac/Linux)


← Back to Getting Started