Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 597 Bytes

File metadata and controls

57 lines (38 loc) · 597 Bytes

APP

Technologies

  • React
  • TypeScript
  • Vite
  • Tailwindcss
  • Tremor

Setup

  1. Go to app directory

    cd app
  2. Copy .env.example and set your environment variables

    cp .env.example .env
  3. Install the dependencies

    npm install
  4. Run app

    npm run dev

Setup (Docker)

  1. Go to app directory

    cd app
  2. Copy .env.example and set your environment variables

    cp .env.example .env
  3. Start Docker

    docker compose up -d
  • Make sure to run backend API