Skip to content

Latest commit

 

History

History
163 lines (105 loc) · 4.99 KB

README.md

File metadata and controls

163 lines (105 loc) · 4.99 KB

LinksHub Logo


Table of Contents

Welcome to LinksHub 👋

LinksHub is a Hub of Links For Developers By Developers. Here, we've gathered a collection of all the best and most useful resources, both free and paid, to aid in the development journey.

We recognize that there's a wealth of information available, but often, it's a matter of knowing where to find it. That's why we've made it our mission to bring the right resources to the right developers.

Demo 💻

You can see the live demo at: https://linkshub.vercel.app

Tech stack 📚

Next.js Official Website TailWind CSS Official Website TypeScript official Website

Socials 📱


Getting Started 👩‍💻

⚠️Prerequisites

Let's jump right in🌟

  1. Fork the project

  2. Clone the project to run on your local machine using the following command

    git clone https://github.com/<your_github_username>/LinksHub.git
  3. Get into the root directory

    cd LinksHub
  4. Install all dependencies by running

    pnpm install
  5. Create your branch

    git checkout -b <your_branch_name>
  6. To run and view the application on localhost

    pnpm run dev
  7. Make your changes

  8. Stage your changes

    git add <filename>
  9. Commit your changes

    git commit -m <your-commit-message>
  10. Push your changes into your branch

    git push origin <your_branch_name>
  11. Create a Pull Request

    Click compare across forks if you don't see your branch

Want to add your favorite links into the Hub? make sure to follow CONTRIBUTING guidelines.


Building with Gitpod 💣

By using Gitpod.io, all the necessary dependencies will be installed and the website will be built in one single click. No extra setup is required.

Gitpod Ready-to-Code


Our Contributors ✨

We would like to express our sincere gratitude to all the contributors who have helped make LinksHub an invaluable resource for developers. Without your contributions, this project wouldn't have been possible. Thank you so much for your time, efforts, and dedication.

License 📝

LinksHub is licensed under the terms of MIT License. check out LICENSE for details.

Support ⭐

We would love to have you, feel free to open issues and pull requests and Don't forget to leave a star⭐

We would be absolutely thrilled to have you contribute to LinksHub! Your support, whether through opening issues, submitting pull requests, or even just leaving a star, means a lot to us. Together, we can continue to improve and expand this resource hub for developers worldwide.