This is the client app for Cloudinary image analysis tool.
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 installStep 3. Compile and launch your app by running:
$ VITE_APP_CLOUDINARY_CLOUD_NAME='webspeedtest' yarn start$ VITE_APP_CLOUDINARY_CLOUD_NAME='webspeedtest' yarn buildBuilds the app for production to the build folder.
The build is minified and the filenames include the hashes.
$ yarn testLaunches the test runner in the interactive watch mode.
See the section about running tests for more information.