Front-end for Driven.t, an event management solution.
Driven.t is a web browser application with which you can manage every single aspect of your event.
- Clone this repository
- Install all dependencies
npm i
-
Populate
.env
file based on.env.example
.VITE_API_URL
should point to your API server (driven.t-back) -
Run the back-end in a development environment:
npm run start
npm run build
npm start
- Add them to
.env.example
file - Add them to your local
.env
file