https://github.com/max-programming/my-cloudinary-input
https://github.com/max-programming/my-cloudinary-input
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/max-programming/my-cloudinary-input
- Owner: max-programming
- Created: 2022-04-16T16:07:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T16:10:27.000Z (over 3 years ago)
- Last Synced: 2025-02-09T17:31:14.406Z (10 months ago)
- Language: TypeScript
- Homepage: my-cloudinary-input-lovat.vercel.app
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UI Extensions ⨯ Cloudinary
[Join our Slack](https://slack.graphcms.com)
UI extension to show how to use Cloudinary asset picker with GraphCMS UI Extensions.
## How to Use
Deploy the code to Vercel, or run locally, and install on GraphCMS as a UI extension using the URL to your index page as the URL for your extension, and run the compatibility test.
You can get started with our hosted example, but you should deploy and maintain this on your own host: `https://graphcms-uix-cloudinary-input.vercel.app/`
Follow the guide on [working with GraphCMS UI extensions](https://graphcms.com/guides/working-with-ui-extensions).
### Download Manually
```bash
npx degit graphcms/graphcms-examples/uix-cloudinary-input uix-cloudinary-input
```
Install & Run:
```bash
cd uix-cloudinary-input
npm install
npm run start
# or
cd uix-cloudinary-input
yarn
yarn start
```