System Requirements
Minimum
Recommended
Quick Start
git clone https://github.com/eitherwayai/eitherway.git
cd eitherwaySupport
Last updated
git clone https://github.com/eitherwayai/eitherway.git
cd eitherwayLast updated
pnpm installcp .env.example .env
# Edit .env with your API keyspsql $DATABASE_URL -f packages/database/src/migrations/*.sqlpnpm run server # Backend (port 3001)
pnpm run ui # Frontend (port 5173)