brocamp/LeetCode_Tracker

Create Documentation โœ๏ธ

Opened this issue ยท 2 comments

Description ๐Ÿ“‘

This issue is to request documentation for the LeetCode Tracker project. The documentation should provide clear and comprehensive information about the project, its purpose, functionality, and how to use it effectively.

Documentation Requirements

The documentation should cover the following aspects:

  • Project Overview: A brief introduction to the LeetCode Tracker project and its objectives.
  • Installation: Step-by-step instructions on how to set up the project environment.
  • Usage Guide: A detailed guide on how to use the API's working, including the purpose of the crone job and daily,weekly metrics, etc..
  • Contributor Guidelines: Information on how others can contribute to the project.
  • Troubleshooting: Common issues users might encounter and their solutions.
  • Contact Information: How to reach out for support or questions related to the project.

Guide ๐ŸŽˆ

We are using Docsify to create documentation

installation

npm i docsify-cli -g

docsify serve docs

It will open the docs in the browser with a specified URL

Refer to the documentation of Docsify

@prnv404 Hi! I want to help you but I do not understand how to run it on Windows

@DaryaYuk first you need to install Docker and then run docker compose -f docker-compose-dev.yaml up --build