Skip to content

Efficiently Manage your Reads, Docs | Do ⭐️ the repo 😇

Notifications You must be signed in to change notification settings

amitjimiwal/ReadLogs

Repository files navigation

ReadLogs

Project Logo

About

Efficiently Manage Your Reads, Docs.

Installation

Follow these steps to set up the Project on your local machine:

  1. Clone the repository to your local environment using Git:
git clone https://github.com/amitjimiwal/ReadLogs.git
  1. Navigate to the project directory:
cd ReadLogs
  1. Install the required dependencies:
npm install
  1. Go through env.sample file ,create a .env.local file and add all the corresponding environment variables in your local setup. You can go through this video Hitesh Youtube Video

  2. Build the project:

npm run build
  1. Start the application:
npm run dev

The application will now be running on your local machine at http://localhost:5173

Contribution

We welcome contributions to enhance the functionality and usability of the Project ReadLogs. If you'd like to contribute, follow these steps:

  1. Fork the repository from the GitHub page: https://github.com/amitjimiwal/ReadLogs

  2. Clone your forked repository to your local machine.

  3. Create a new branch for your feature or bug fix:

git checkout -b feature/your-feature-name
  1. Make your changes and commit them with descriptive commit messages:
git commit -m "Add new feature" -m "Description of the changes."
  1. Push the changes to your forked repository:
git push origin feature/your-feature-name
  1. Create a pull request on the original repository, explaining the changes you made and their benefits.

We appreciate your contributions, and together, we can make the Github Wrapped even better!

License

The ReadLogs Project is licensed under the MIT License. Feel free to use, modify, and distribute the software as per the terms of the license.

Thank you for taking an interest ReadLogs ! If you encounter any issues, have suggestions, or want to report a bug, feel free to create an issue on the GitHub repository. Happy Coding!