- Create an environment variable file
.env.localin the root of the project and inside add:
VITE_CLOUDINARY_CLOUD_NAME="<Your Cloud Name>"
VITE_CLOUDINARY_UPLOAD_PRESET="<Your Upload Preset>"
- Install the project dependencies with:
yarn install
# or
npm install
- Start the development server with:
yarn dev
# or
npm run dev
- Visit the project at http://127.0.0.1:3000/!