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