EOSC-Perf is a webapp made to host, search, compare and analyze benchmark results from many very diverse university server clusters.
- (optional) Set up a
.env.local
file, overriding any values from .env Available fields to overwrite:NEXT_PUBLIC_OAUTH_AUTHORITY=<any url> NEXT_PUBLIC_OIDC_CLIENT_ID=<any oauth client id registered on the authority> NEXT_PUBLIC_API_ROUTE=development | production | <any url> NEXT_PUBLIC_OIDC_REDIRECT_HOST=<any url>
- Install dependencies:
npm install
-
- If deploying as production:
npm run build
,npm run start
- If developing:
npm run dev
- If deploying as production:
Please refer to the central repository for more information.