Skip to content

Latest commit

 

History

History

remix-upload-widget-preset

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Remix Cloudinary Upload Widget

Demo: https://cloudinary-remix-upload-widget-preset.netlify.app/

🚀 Get Started with This Example

  • Create an environment variable file .env in the root of the project and inside add:
CLOUDINARY_CLOUD_NAME="<Your Cloud Name>"
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