Skip to content

Dueet-Live/frontend

Repository files navigation

Dueet Live Frontend

Dueet Live Logo

The frontend of Dueet Live.

Setup guide

  1. Clone the repository

  2. Run

    cp .env.example .env

    and fill in the environment variables based on how the backend is set up.

  3. Install dependencies

    yarn install
  4. Run the app in development mode

    yarn start