- Welcome to LinksHub
- Demo
- Tech Stack
- Getting Started
- Building with Gitpod
- Community
- Our Contributors
- License
- Support
LinksHub is a Hub of Links by Developers for 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.
You can see the live demo at: https://linkshub.vercel.app
⚠️ Prerequisites
Before getting into it make you sure you have npm installed.
Also make sure to follow CONTRIBUTING guidelines
-
Fork the project
-
Clone the project to run on your local machine using the following command
git clone https://github.com/<your_github_username>/LinksHub.git
-
Get into the root directory
cd LinksHub
-
Install all dependencies by running
npm install
-
Create your branch
git checkout -b <your_branch_name>
-
To run and view the application on localhost
npm run dev
-
Make your changes
-
Stage your changes
git add <filename>
-
Commit your changes
git commit -m <your-commit-message>
-
Push your changes into your branch
git push origin <your_branch_name>
-
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.
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.
LinksHub is licensed under the terms of MIT License. check out LICENSE for details.
We would love to have you, feel free to open issues and pull requests and Don't forget to leave a star⭐