Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 857 Bytes

File metadata and controls

26 lines (19 loc) · 857 Bytes

Emplode Operator

Operator is a project that allows you to use Emplode's terminal agent python package in your browser.

It's made with E2B's sandbox. Inside the sandbox, we use Emplode Operator to run code.

How to run locally

Requirements

  • Supabase project
    • Your Supabase project needs to have enabled [GitHub and Google auth providers]
  • Poetry

Steps

Frontend

  1. Copy frontend/.env.example to frontend/.env and set the correct env vars
  2. Go to frontend
  3. Install dependencies pnpm i
  4. Start frontend pnpm dev

Backend

  1. Copy backend/.env.example to backend/.env and set the correct env vars
  2. Install dependencies poetry install
  3. Active poetry environment poetry shell
  4. Start backend uvicorn server:app --reload --port 8080