# Clone and start with Docker
git clone https://github.com/rmyndharis/OpenWA.git
cd OpenWA
docker compose up -d
# That's it! Access your services:
# Dashboard: http://localhost:2886
# API: http://localhost:2785/api
# Swagger: http://localhost:2785/api/docs
# Clone and run locally
git clone https://github.com/rmyndharis/OpenWA.git
cd OpenWA
# Install dependencies (includes dashboard)
npm install
# Start development server (config auto-generated)
npm run dev
# Access the same URLs as Docker!