Skip to content

Latest commit

 

History

History
122 lines (76 loc) · 2.78 KB

CONTRIBUTING.md

File metadata and controls

122 lines (76 loc) · 2.78 KB


Tech Stack

Zemerik's Dashboard

A Unified Digital Identity Hub

Screenshot

Wakatime Stats

❓ How to Contribute?

  • All Contributions are highly appreciated, if you would like to contribute to this project, follow the steps below.
  1. Fork a copy of this Repository on your Github account by clicking below,

Fork

  1. Clone your Forked Repository by using the following GIT command:
git clone https://github.com/[YOUR GITHUB USERNAME]/Dashboard.git
  1. Navigate into the Project's Directory by using the command below:
cd Dashboard
  1. Initialize a Remote to the original Repository by the following GIT command:
git remote add upstream https://github.com/Zemerik/Dashboard
🚀 Quick Start:

Installing Dependencies:

  • To run this project locally, we first need to download a few npm dependencies by using the command below:
npm i

Locally Running:

  • We can locally run this Project on our Network and see the output using the following Command of NodeJS:
npm run dev
  1. Create a new branch in which you can make your desired changes:
git checkout -b newcontribution
  1. After making your changes, add all your files to the Staging Area:
git add --all
  1. Commit your Changes:
git commit -m "[COMMIT MSG]"

Note

Remember to live a good commit message

  1. Push all your Changes:
git push origin newcontribution
  1. Create a new Pull - Request (PR) on the Original Repository

Your Pull Request will be merged / reviewed as soon as possible.

🐞Bug/Issue/Feedback/Feature Request:

  • If you would like to report a bug, a issue, implement any feedack, or request any feature, you are free to do so by opening a issue on this repository. Remember to give a detailed explanation of what you are trying to say, and how it will help the website.

💁 Support:

For any kind of support or inforrmation, you are free to join our Discord Server,

Thanks for Visiting🙏

Don't forget to leave a ⭐
Made with 💖 by Hemang Yadav (Zemerik)