Front-end application for APM.
- Node 20.13.1
- Bun 1.1.8
- Install dependencies with
bun install
. - Run app with
bun run dev
. - Build app with
bun run build
. - Run lint with
bun run lint
. - Check formatting with
bun run prettier-check
. - Fix formatting with
bun run prettier-write
- Run tests with
to be configured
.