Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.92 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.92 KB

Timekeeper Logo

    Timekeeper


Timekeeper is a distributed tracing solution which injects logs into your application at build time. This website serves as the documentation for the project.

Contributing

Getting started

  • Run pnpm install to install all dependencies
  • Run pnpm dev to start the development server

Commit messages

  • We follow conventional commits during our development workflow as a good practice. More information can be found at their official documentation
  • Refer the commitlint.config.js file for a full list of supported commit message prefixes

Additional tools