Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 395 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 395 Bytes

apm-app

Front-end application for APM.

Dependencies

  • Node 20.13.1
  • Bun 1.1.8

🏃 Running Locally

  1. Install dependencies with bun install.
  2. Run app with bun run dev.
  3. Build app with bun run build.
  4. Run lint with bun run lint.
  5. Check formatting with bun run prettier-check.
  6. Fix formatting with bun run prettier-write
  7. Run tests with to be configured.