Evora connects customers with event organizers quickly through detailed online booking.
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 |
-
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