This is a tool to show the results of the daily integration tests.
See live at https://integration.rclone.org
Install dependencies:
npm install
Start the dev server:
npm run dev
This will start a Vite dev server with hot reload, typically at http://localhost:5173.
Other useful commands:
npm run lint # run ESLint
npm run build # production build to dist/
npm run preview # preview the production build locally