Node.js 18+
PostgreSQL 14+
4GB RAM
2 CPU cores
Node.js 20+
PostgreSQL 15+
8GB RAM
4 CPU cores
SSD storage
Clone
git clone https://github.com/eitherwayai/eitherway.git cd eitherway
Install
Configure
Database
Run
Documentation: docs.eitherway.ai Website: eitherway.ai
Telegram: Community discussions Twitter/X: @eitherwayai Enterprise: enterprise@eitherway.ai
Last updated 3 months ago
pnpm install
cp .env.example .env # Edit .env with your API keys
psql $DATABASE_URL -f packages/database/src/migrations/*.sql
pnpm run server # Backend (port 3001) pnpm run ui # Frontend (port 5173)