Skip to content

cloudinary/web-speed-test-client

Repository files navigation

web-speed-test Image Performance Analysis Client App

This is the client app for Cloudinary image analysis tool.

Getting Started

Installation

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

Step 2. Clone this repository & Install dependencies

$ git clone [email protected]:CloudinaryLtd/web-speed-test-client.git
$ cd web-speed-test-client
$ yarn install

Step 3. Compile and launch your app by running:

$ VITE_APP_CLOUDINARY_CLOUD_NAME='webspeedtest' yarn start

Build

$ VITE_APP_CLOUDINARY_CLOUD_NAME='webspeedtest' yarn build

Builds the app for production to the build folder.

The build is minified and the filenames include the hashes.

Testing

$ yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.