Today we're going to take the new Xata workflow for a spin, improving the Database Experience of your Deploy preview workflow inside of a Next.js app deployed to Vercel.
Here's a link to the project doc we'll be working out of, but to get the project running locally:
npm install -g xata-cli
xata auth login
npx degit https://github.com/domitriusclark/reactathon-lunch-and-learn project_name
npm install
xata schema upload xata.schema.json
xata browse
npm run dev