This is the server app for Cloudinary image analysis tool.
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