Skip to content

Commit

Permalink
chore: migrated to pnpm (rupali-codes#391)
Browse files Browse the repository at this point in the history
* docs: rename to pnpm

* docs: migrated from npm to pnpm

* chore: migrated to pnpm

* docs: Update README.md

* Delete package-lock.json
  • Loading branch information
priyankarpal authored Apr 5, 2023
1 parent 3778f92 commit 4190b06
Show file tree
Hide file tree
Showing 5 changed files with 2,729 additions and 7,970 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tasks:
- init: npm install && npm run build
command: npm run dev
- init: pnpm install && pnpm run build
command: pnpm run dev

github:
prebuilds:
Expand Down
62 changes: 36 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div align="center">
<img src="https://user-images.githubusercontent.com/78981177/215495029-ff9d4d24-a626-494a-859d-293cb9925f63.png"/>
</div><hr>

<article align="center">
<img src="https://user-images.githubusercontent.com/78981177/215495029-ff9d4d24-a626-494a-859d-293cb9925f63.png" alt="LinksHub Logo" />
</article><hr>

## Table of Contents

Expand All @@ -16,18 +15,21 @@
- [Support](#support)

<a name="welcome-to-linkshub"></a>

# Welcome to LinksHub 👋

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.

<a name="demo"></a>

## Demo 💻

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

<a name="tech-stack"></a>

## Tech stack 📚

<p>
Expand All @@ -51,74 +53,80 @@ You can see the live demo at: https://linkshub.vercel.app
<img src="https://cdn-icons-png.flaticon.com/32/5968/5968756.png" alt="discord">
</a>


---

<a name="getting-started"></a>

## Getting Started 👩‍💻

> ⚠️Prerequisites
>
> * Before getting into it make you sure you have [npm](https://nodejs.org/download) installed.
>
> * Also make sure to follow [CONTRIBUTING guidelines](https://github.com/rupali-codes/LinksHub/blob/main/CONTRIBUTING.md)
>
> - Before getting into, it make you sure you have [pnpm](https://nodejs.org/download) installed.
>
> - Also, make sure to follow [CONTRIBUTING guidelines](https://github.com/rupali-codes/LinksHub/blob/main/CONTRIBUTING.md)
### Let's jump right in🌟

1. [Fork](https://github.com/rupali-codes/LinksHub/fork) the project

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

```sh
git clone https://github.com/<your_github_username>/LinksHub.git
```

3. Get into the root directory

```sh
cd LinksHub
```

4. Install all dependencies by running

```sh
npm install
pnpm install
```

5. Create your branch
```sh
5. Create your branch

```sh
git checkout -b <your_branch_name>
```

6. To run and view the application on localhost
```sh
npm run dev

```sh
pnpm run dev
```

7. Make your changes

8. Stage your changes
```sh

```sh
git add <filename>
```
```

9. Commit your changes
```sh

```sh
git commit -m <your-commit-message>
```

10. Push your changes into your branch

```sh
git push origin <your_branch_name>
```

11. Create a [Pull Request](https://github.com/rupali-codes/linkshub/compare)
> Click _compare across forks_ if you don't see your branch
11. Create a [Pull Request](https://github.com/rupali-codes/linkshub/compare)
> 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](https://github.com/rupali-codes/linkshub/blob/main/CONTRIBUTING.md)._
---
<a name="building-with-gitpod"></a>
## Building with Gitpod 💣
By using [Gitpod.io](https://www.gitpod.io), all the necessary dependencies will be installed
Expand All @@ -128,20 +136,22 @@ and the website will be built in one single click. No extra setup is required.
---
<a name="our-contributors"></a>
## Our Contributors ✨
<a href="https://github.com/rupali-codes/LinksHub/graphs/contributors">
<img src="https://contrib.rocks/image?repo=rupali-codes/LinksHub" />
</a>
<a name="license"></a>
## License 📝
LinksHub is licensed under the terms of MIT License. check out [LICENSE](https://github.com/rupali-codes/LinksHub/blob/main/LICENSE) for details.
<a name="support"></a>
## Support ⭐
_We would love to have you, feel free to open issues and pull requests and Don't forget to leave a star⭐_
Loading

0 comments on commit 4190b06

Please sign in to comment.