Skip to main content

Prerequisites

Tools

Install:

  • Git and GitHub CLI (gh)
  • Node.js 20+ and npm
  • Python 3.11
  • Docker and Docker Compose
  • Supabase CLI if working directly with local Supabase migrations
  • Optional: Playwright browsers for frontend E2E tests

Access

You need access to:

  • GitHub repository: Almalgo/ops-platform
  • Environment secrets for local/staging/production deploys
  • Supabase project credentials for the target environment
  • Coolify/deployment access if working on deployment workflows
  • SSO/OIDC provider configuration if working on auth

Clone

gh repo clone Almalgo/ops-platform
cd ops-platform
git checkout main

For documentation work:

git checkout feat/docs-website

For the frozen v1 app:

git checkout v1