Skip to content

Commit 3e5a5f0

Browse files
authored
fixed CLD-8995 - Demo apps should use UW v2 (#5)
1 parent c25234c commit 3e5a5f0

3 files changed

Lines changed: 744 additions & 737 deletions

File tree

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,35 @@ Responsive web design requires developers to determine the image dimensions that
66

77
The Responsive Breakpoints Generator enables you to interactively upload your images and define settings to find matching image dimensions that fit in your graphic design requirements. You can define the required image width range, the file size step in kilobytes and a safety limit of the maximum number of images you allow. In addition, you can request that the results include double resolution images for DPR 2.0 displays (e.g., Retina Display).
88

9-
The breakpoints generator tool uses [Cloudinary's advanced algorithms](http://cloudinary.com) to easily generate best matching breakpoints for each uploaded image.
9+
The breakpoints generator tool uses [Cloudinary's advanced algorithms](https://cloudinary.com) to easily generate best matching breakpoints for each uploaded image.
1010

1111
## Live public tool
1212

13-
This project is available as a new free public web tool called the **[Responsive Image Breakpoints Generator](http://www.responsivebreakpoints.com/)**.
13+
This project is available as a new free public web tool called the **[Responsive Image Breakpoints Generator](https://www.responsivebreakpoints.com/)**.
1414

15-
![Responsive Breakpoints](http://res.cloudinary.com/responsivebreakpoints/image/upload/w_200/responsive_breakpoints_logo_square.png)
15+
![Responsive Breakpoints](https://res.cloudinary.com/responsivebreakpoints/image/upload/w_200/responsive_breakpoints_logo_square.png)
1616

17-
**[http://www.responsivebreakpoints.com/](http://www.responsivebreakpoints.com/)**
17+
**[https://www.responsivebreakpoints.com/](https://www.responsivebreakpoints.com/)**
1818

1919

2020
## Project's content
2121

2222
This project is a lightweight web application that consists of the following modules and technologies:
2323

2424
* Standard HTML5 and Javascript code.
25-
* [Cloudinary's Upload Widget](http://cloudinary.com/documentation/upload_widget) that uploads images directly from the browser to the cloud.
26-
* [Handlebars](http://handlebarsjs.com/) dynamic HTML template.
27-
* Simple Sinatra web application (written in Ruby). This application is the server-side component, which takes care of building signatures for authenticating API requests to [Cloudinary](http://cloudinary.com).
25+
* [Cloudinary's Upload Widget](https://cloudinary.com/documentation/upload_widget) that uploads images directly from the browser to the cloud.
26+
* [Handlebars](https://handlebarsjs.com/) dynamic HTML template.
27+
* Simple Sinatra web application (written in Ruby). This application is the server-side component, which takes care of building signatures for authenticating API requests to [Cloudinary](https://cloudinary.com).
2828

2929

30+
## Quick start
31+
In order to start the server use the following command:
32+
33+
```console
34+
> CLOUDINARY_URL=<YOUR_CLOUDINARY_URL> bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
35+
```
36+
3037
## License
3138

3239
Released under the MIT license.
3340

34-

0 commit comments

Comments
 (0)