Skip to content

ebi-ait/checklist-editor

Repository files navigation

Checklist Editor

Tech stack

Environment Setup

To set up your local environment, follow these steps:

  1. Copy the template environment file:

    cp .env.template .env
  2. set VITE_SCHEMA_STORE_HOST as the root of the schema store

  3. install dependencies npm install

  4. start dev server npm run dev