Get up and running with Workflow in minutes
Get up and running with CodeSpider in minutes.
pnpm install
cp env.example .env
Edit .env with your credentials. See Environment Setup for detailed configuration options.
pnpm dev
The application will be available at http://localhost:3000.
pnpm build
pnpm test
For production deployment with Docker:
docker compose up --build
See Docker Setup for detailed Docker configuration.
The application supports both GitLab and GitHub repositories:
The provider is auto-detected from the repository URL. See Credentials Management for token setup.