Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theprivileges/cloudinary-transform-designer


https://github.com/theprivileges/cloudinary-transform-designer

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cloudinary Transform Designer
A tool to easily design your Cloudinary transforms to determine your configurations.

## ⚡ Quick Start with Netlify

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/theprivileges/cloudinary-transform-designer)

## 🚀 Getting Started

### Requirements
* [Yarn](https://yarnpkg.com/en/)

### Install Dependencies
```
yarn install
```

### Start Development Server
```
yarn develop
```

## 🧰 Environment
To predefine the account ID and cloud image ID, you can create an `.env.development` locally or set these variables as environment variables in the provider of your choice (like Netlify).

```
GATSBY_ACCOUNT_CLOUD_NAME="[cloudinary account name]"
GATSBY_ACCOUNT_IMAGE_ID="[cloudinary image ID]"
```