Files
..
2024-03-09 22:31:51 +00:00
2025-01-04 12:59:00 +00:00
2024-12-05 23:11:01 +00:00
2025-01-01 12:31:43 +00:00
2024-12-05 23:11:01 +00:00
2024-12-19 18:00:16 +00:00
2024-03-09 22:31:51 +00:00

r2-explorer (r2-explorer-dashboard)

R2-Explorer

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.