From d8d6676361cf223db62a56eea9b67d64f5a4da85 Mon Sep 17 00:00:00 2001 From: Christine Belzie Date: Sat, 12 Aug 2023 15:35:41 -0400 Subject: [PATCH 1/3] feat: add section about our participa tion in open source outreach programs --- README.md | 40 +++++++++++++++++++++++++++++----------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 614dc4555..4732e8910 100644 --- a/README.md +++ b/README.md @@ -9,23 +9,41 @@ 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. +## Past Initiatives + +We are passionate about helping people from all backgrounds start their open source journey. Here are some initiatives that we have partaken in: + + + + + + + + + + + +
NameLogoPurpose
GirlScript Summer of Code 2023 a black background with the text, GirlScript Summer of Code 3-month summer +open source program with a mission to help students from India and beyond in developing their technical skills
## Table of Contents - [Welcome to LinksHub πŸ‘‹](#welcome-to-linkshub-) -- [Demo πŸ’»](#demo-) -- [Tech stack πŸ“š](#tech-stack-) -- [Socials πŸ“±](#socials-) -- [Getting Started πŸ‘©β€πŸ’»](#getting-started-) - - [Let's jump right in🌟](#lets-jump-right-in) - - [_Want to add your favorite links to the Hub? make sure to follow CONTRIBUTING guidelines._](#want-to-add-your-favourite-links-to-the-hub-make-sure-to-follow-contributing-guidelines) - - [Want to add or update the descriptions of subcategories?](#want-to-add-or-update-the-descriptions-of-subcategories) -- [Building with Gitpod πŸ’£](#building-with-gitpod-) -- [Top 50 Contributors ✨](#top-50-contributors-) -- [License πŸ“](#license-) -- [Support ⭐](#support-) + - [Past Initiatives](#past-initiatives) + - [Table of Contents](#table-of-contents) + - [Demo πŸ’»](#demo-) + - [Tech stack πŸ“š](#tech-stack-) + - [Socials πŸ“±](#socials-) + - [Getting Started πŸ‘©β€πŸ’»](#getting-started-) + - [Let's jump right in🌟](#lets-jump-right-in) + - [_Want to add your favorite links to the Hub? make sure to follow CONTRIBUTING guidelines._](#want-to-add-your-favorite-links-to-the-hub-make-sure-to-follow-contributing-guidelines) + - [Want to add or update the descriptions of subcategories?](#want-to-add-or-update-the-descriptions-of-subcategories) + - [Building with Gitpod πŸ’£](#building-with-gitpod-) + - [Top 50 Contributors ✨](#top-50-contributors-) + - [License πŸ“](#license-) + - [Support ⭐](#support-) ## Demo πŸ’» From 3ed22dfcb82eb8361075ef6265048462f328bb01 Mon Sep 17 00:00:00 2001 From: Christine Belzie Date: Sat, 12 Aug 2023 15:40:15 -0400 Subject: [PATCH 2/3] fix: Changed heading name --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4732e8910..b93dd6006 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ 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. -## Past Initiatives + +## Outreach We are passionate about helping people from all backgrounds start their open source journey. Here are some initiatives that we have partaken in: @@ -31,7 +32,7 @@ open source program with a mission to help students from India and beyond in dev ## Table of Contents - [Welcome to LinksHub πŸ‘‹](#welcome-to-linkshub-) - - [Past Initiatives](#past-initiatives) + - [Outreach](#outreach) - [Table of Contents](#table-of-contents) - [Demo πŸ’»](#demo-) - [Tech stack πŸ“š](#tech-stack-) From fbcc44c70eff8787c6070d64c5fa2361c13c7468 Mon Sep 17 00:00:00 2001 From: Christine Belzie Date: Fri, 18 Aug 2023 16:59:38 -0400 Subject: [PATCH 3/3] feat: add gssoc logo --- README.md | 15 +++++++++++---- public/gssoc-logo.png | Bin 0 -> 7667 bytes 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 public/gssoc-logo.png diff --git a/README.md b/README.md index b93dd6006..bf2f74e2f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ LinksHub is a Hub of Links `For Developers By Developers`. Here, we've gathered 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. -## Outreach + +## Outreach We are passionate about helping people from all backgrounds start their open source journey. Here are some initiatives that we have partaken in:
@@ -21,7 +22,7 @@ We are passionate about helping people from all backgrounds start their open sou - + @@ -48,7 +49,7 @@ open source program with a mission to help students from India and beyond in dev ## Demo πŸ’» -You can see the live demo at: https://linkshub.vercel.app +You can see the live demo at: @@ -119,14 +120,19 @@ You can see the live demo at: https://linkshub.vercel.app ``` > **P.S**: If you have `docker` installed in your system, you can follow these steps to set up the environment: +> > 1. After forking and cloning the repo(as mentioned above), get into the project directory: +> > ```bash > cd LinksHub/ > ``` +> > 2. Start the docker container with: -> ```bash +> +> ```bash > docker-compose up > ``` +> > 3. Now start adding your changes. > **Note:** You don't need to restart the container again and again after starting it once, because the changes you make will reflect in the container instantly. @@ -157,6 +163,7 @@ You can see the live demo at: https://linkshub.vercel.app #### _Want to add your favorite links to the Hub? make sure to follow [CONTRIBUTING guidelines](https://github.com/rupali-codes/linkshub/blob/main/CONTRIBUTING.md)._ #### Want to add or update the descriptions of subcategories? + Make sure to follow [CONTRIBUTING guidelines](./CONTRIBUTING.md#Adding-and-Updating-Category-Description-). --- diff --git a/public/gssoc-logo.png b/public/gssoc-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..1f2433cf8c22e81cab1d4ac396e93b936692fa70 GIT binary patch literal 7667 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 literal 0 HcmV?d00001
GirlScript Summer of Code 2023 a black background with the text, GirlScript Summer of Codea white background with the text, GirlScript Summer of Code next to an orange flower 3-month summer open source program with a mission to help students from India and beyond in developing their technical skills