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
- Host: GitHub
- URL: https://github.com/sliit-foss/timekeeper-web
- Owner: sliit-foss
- License: mit
- Created: 2023-05-21T13:52:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T08:14:53.000Z (10 months ago)
- Last Synced: 2025-03-26T03:03:31.251Z (3 months ago)
- Topics: docs, hacktoberfest, timekeeper, tracing
- Language: JavaScript
- Homepage: https://timekeeper.sliitfoss.org/
- Size: 7.42 MB
- Stars: 7
- Watchers: 2
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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.