Skip to content

MaastrichtU-BISS/FAIRmodels-website

Repository files navigation

FAIRmodels (fairmodels-website)

Frontend for the FAIRmodels-backend package.

Install the dependencies

pnpm install

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

pnpm dev

Lint the files

pnpm lint

Format the files

pnpm format

Build the app for production

pnpm build

Customize the configuration

See Configuring quasar.config.js.