Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 445 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 445 Bytes

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