We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c265d commit a8e5cebCopy full SHA for a8e5ceb
README.md
@@ -45,6 +45,28 @@ Start the server
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
69
70
## Tech Stack
71
72
- [Next.js](https://nextjs.org/)
0 commit comments