You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Pull Requests about adding languages will not be merged, if you want to suggest adding a new language, please [create an issue](https://github.com/max-programming/hacktoberfest-projects/issues/new) for that 🙂
20
+
21
+
### Run Locally
13
22
14
23
Clone the project
15
24
@@ -23,20 +32,16 @@ Go to the project directory
23
32
cd hacktoberfest-projects
24
33
```
25
34
26
-
Install dependencies
35
+
Install dependencies (if you want to use `npm` you can use but its recommended to use `pnpm`)
27
36
28
37
```bash
29
-
yarn
30
-
# or
31
-
npm install
38
+
pnpm i
32
39
```
33
40
34
41
Start the server
35
42
36
43
```bash
37
-
yarn dev
38
-
# or
39
-
npm run dev
44
+
pnpm dev
40
45
```
41
46
42
47
## Tech Stack
@@ -46,11 +51,6 @@ npm run dev
46
51
-[Tailwind CSS](https://tailwindcss.com/)
47
52
-[Daisy UI](http://daisyui.com)
48
53
49
-
## Contributing
50
-
51
-
Contributions are always welcome!
52
-
53
-
> Pull Requests about adding languages will not be merged, if you want to suggest adding a new language, please [create an issue](https://github.com/max-programming/hacktoberfest-projects/issues/new) for that 🙂
54
54
55
55
## Feedback
56
56
@@ -116,7 +116,11 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
0 commit comments