Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 471 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 471 Bytes

Local Setup

Follow below steps in order to setup project:

  1. Run yarn to install all dependencies
  2. Setup the .env.development file
  3. Run yarn start to start dev server

.env.development Setup

You need to add .env.development file to root directory of the project

Variables you need to add to the file:

VITE_CLOUDINARY_CLOUD_NAME=
VITE_CLOUDINARY_UPLOAD_PRESET=
VITE_CLOUDINARY_KEY=
VITE_CLOUDINARY_SECRET=
VITE_APP_GOOGLE_MAPS_API_KEY=