Skip to content

Audicion/web-app

Repository files navigation

Audición Quality assurance

Development

Requirements

Before you can start developing, you need to install dependencies.

pnpm install --frozen-lockfile

Git hooks

It is highly recommended to install git hooks in the project repository. They make it easier to follow code style. To install them, run the command:

pnpm hook

Serve

To start web app in development mode, run the command:

pnpm dev

Code style

To format all files, run the command:

pnpm format

Preview

To preview production build, run the command:

pnpm preview

Deploy Deploy

The application is automatically deployed to audicion.myrt.co when pushing to the main branch. For publishing, GitHub Pages is used.

Design

The interface layouts are made in Figma.