Skip to content

cloudinary/web-speed-test-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

25c687b · Aug 13, 2024
Jul 14, 2018
Aug 12, 2024
Jun 4, 2024
Sep 19, 2021
Jul 26, 2022
Mar 26, 2024
Jun 20, 2023
Aug 13, 2024
Aug 13, 2024
Aug 13, 2024
Jul 26, 2022
Aug 13, 2024
Aug 13, 2024
May 11, 2017
Jun 14, 2017
Oct 9, 2023
Aug 13, 2024
Jun 29, 2023
Jun 20, 2023
Aug 12, 2024

Repository files navigation

web-speed-test Image Performance Analysis Server App

This is the server app for Cloudinary image analysis tool.

Getting Started

Installation

Step 1. Make sure that you have Node.js v5 or newer and Yarn installed on your development machine.

Step 2. Clone this repository

$ git clone [email protected]:CloudinaryLtd/web-speed-test-server.git web-speed-test-server
$ cd web-speed-test
$ yarn install                  # Install project dependencies listed in package.json

Step 3. Set CLOUDINARY_URL

You will need to add your CLOUDINARY_URL to an .env file under /server

Step 4. Compile and launch your app by running:

$ yarn start                    # Run the server