Before you can start developing, you need to install dependencies.
pnpm install --frozen-lockfile
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
To start web app in development mode, run the command:
pnpm dev
To format all files, run the command:
pnpm format
To preview production build, run the command:
pnpm preview
The application is automatically deployed to audicion.myrt.co when pushing to the main
branch. For publishing, GitHub Pages is used.
The interface layouts are made in Figma.