Follow below steps in order to setup project:
- Run
yarnto install all dependencies - Setup the
.env.developmentfile - Run
yarn startto start dev server
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=