File tree 1 file changed +1
-45
lines changed
1 file changed +1
-45
lines changed Original file line number Diff line number Diff line change @@ -21,51 +21,7 @@ We welcome contributions from everyone! If you're interested in helping improve
21
21
22
22
### Run Locally
23
23
24
- Clone the project
25
-
26
- ``` bash
27
- git clone https://github.com/max-programming/hacktoberfest-projects.git
28
- ```
29
-
30
- Go to the project directory
31
-
32
- ``` bash
33
- cd hacktoberfest-projects
34
- ```
35
-
36
- Install dependencies (if you want to use ` npm ` you can use but its recommended to use ` pnpm ` )
37
-
38
- ``` bash
39
- pnpm i
40
- ```
41
-
42
- Start the server
43
-
44
- ``` bash
45
- pnpm dev
46
- ```
47
-
48
- ### Setup Xata
49
-
50
- You will need to sign up with Xata and set up a database for the build. After registering for an account, please proceed with the following steps.
51
-
52
- #### Installation
53
-
54
- ```
55
- npm install -g "@xata.io/cli@latest"
56
- ```
57
- #### Authentication
58
- ```
59
- xata auth login
60
- ```
61
-
62
- #### Migration
63
-
64
- Change DB settings in xata.ts and .xatarc (do not commit this) and run migration
65
-
66
- ```
67
- xata push main
68
- ```
24
+ Follow the steps in the [ CONTRIBUTING.md] ( CONTRIBUTING.md ) file to set up the project locally.
69
25
70
26
## Tech Stack
71
27
You can’t perform that action at this time.
0 commit comments