Quick Start
Get FacilFlow running in 5 minutes.
Prerequisites
- Node.js 18+
- Docker (optional, for backend services)
Installation
# Clone repository
git clone https://github.com/facilisai/facilflow.git
cd facilflow
# Install frontend dependencies
npm install
# Install backend dependencies
cd backend && npm install && cd ..
Start Development Servers
# Terminal 1: Frontend
npm run dev
# Opens http://localhost:3001
# Terminal 2: Backend
cd backend && npm run dev
# Runs on http://localhost:3002
Next Steps
- Installation Guide - Detailed setup options
- Configuration - Environment configuration
- User Guide - Learn the features