Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.16 KB

Evora frontend

GitHub contributors GitHub top language GitHub repo size GitHub License Quality Gate Status

Evora connects customers with event organizers quickly through detailed online booking.

Configuration

Create a .env file there and add the following environment variables:

# Variable Name Description Example
1 VITE_BACKEND_URL The URL to the backend server http://localhost:3000

Development

  • Step 1: Install dependencies

    pnpm i
  • Step 2: Start the development server

    pnpm dev
  • Step 3: Open the browser and navigate to http://localhost:5173