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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,12 +37,13 @@ pnpm install
37
37
cp .env.exmaple .env
38
38
```
39
39
2. Make your postgresql connection URI and put into your `DATABASE_URI=""`
40
-
env variable (**[Prefer to use neon tech](https://neon.tech)**)
41
-
3. Generate schema using drizzle kit
40
+
env variable (**[Prefer to use neon tech](https://neon.tech)** or **[supabase](https://supabase.com)**)
41
+
3. I wish you will create your own cloudinary account to get all informations.
42
+
4. Generate schema using drizzle kit
42
43
```bash
43
44
pnpm generate
44
45
```
45
-
4. Push your generated `SQL` table
46
+
5. Push your generated `SQL` table
46
47
```bash
47
48
pnpm push
48
49
```
@@ -73,6 +74,14 @@ Make sure you have formated your code using this command.
73
74
pnpm format
74
75
```
75
76
77
+
## **Do a simple step**
78
+
79
+
I wish you will make a simple test on your local mechine help of this command.
80
+
81
+
```bash
82
+
pnpm lint
83
+
```
84
+
76
85
## **Commit Your Changes**
77
86
78
87
You're ready to immortalize your work. Commit your changes to your local branch using this incantation:
@@ -100,4 +109,4 @@ Your spellbinding creation will be reviewed by fellow wizards and witches to ens
100
109
101
110
## **Merge Your Changes**
102
111
103
-
When your pull request is blessed by the council of wizards and passes all tests, it can be merged into the main codebase. Congratulations, you've successfully left your mark on devFind! 🪄🔮✨
112
+
When your pull request is blessed by the council of wizards and passes all tests, i'll merged into the main codebase. Congratulations, you've successfully left your mark on [finddevs](https://finddevs.vercel.app)! 🪄🔮✨
0 commit comments