Skip to content
On this page

Cloning and amending Admin Panel

  1. Clone repository git clone git@github.com:EscolaLMS/Admin.git
  2. Copy .env.local to .env and set API_URL that point to REST API
  3. Install dependencies npm i or yarn or equivalent
  4. Start local instance npm run dev