An open API service indexing awesome lists of open source software.

https://github.com/sliit-foss/timekeeper-web

Official website of Timekeeper
https://github.com/sliit-foss/timekeeper-web

docs hacktoberfest timekeeper tracing

Last synced: 3 months ago
JSON representation

Official website of Timekeeper

Awesome Lists containing this project

README

        



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

## [Figma](https://www.figma.com/file/h0xRdvsWeFqjm7m7ankyKi/Timekeeper?type=design&node-id=426-157&t=yuCalde56UGUzHOD-0)

## 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](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#examples)
- Refer the [commitlint.config.js](https://github.com/sliit-foss/timekeeper-web/blob/main/commitlint.config.cjs) file for a full list of supported commit message prefixes

## Additional tools

- This project is bootstrapped with [Husky](https://typicode.github.io/husky/), [Eslint](https://eslint.org/) and [Prettier](https://prettier.io/). Please make good use of them.