Skip to content

Commit ed4929f

Browse files
minor change
1 parent 6eda183 commit ed4929f

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

README.md

+1-45
Original file line numberDiff line numberDiff line change
@@ -21,51 +21,7 @@ We welcome contributions from everyone! If you're interested in helping improve
2121
2222
### Run Locally
2323

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.
6925

7026
## Tech Stack
7127

0 commit comments

Comments
 (0)