Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SolidJS Cloudinary Upload Widget

🚀 Get Started with This Example

  • Create an environment variable file .env.local in 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