Skip to content

Project-Drivent/drivent-frontend

Repository files navigation

drivent-front

Front-end for Driven.t, an event management solution.

About

Driven.t is a web browser application with which you can manage every single aspect of your event.

How to run for development

  1. Clone this repository
  2. Install all dependencies
npm i
  1. Populate .env file based on .env.example. VITE_API_URL should point to your API server (driven.t-back)

  2. Run the back-end in a development environment:

npm run start

Building and starting for production

npm run build
npm start

What to do when add new ENV VARIABLES

  • Add them to .env.example file
  • Add them to your local .env file