This project contains the XataConf website code and registration system
This is a Next.js app that uses Xata as the data store. It is a web application, with a login system and a registration system powered by next-auth. We use the next-auth Xata adapter here, and exclusively the Xata SDK to work with data.
This project is bootstrapped with the Xata CLI and uses code generation.
To contribute to this project, fork it and open a Pull Request. We'll be nice, promise.
To help you get started, here are some things to be aware of:
- This project uses
yarn
, so please useyarn
to install dependencies and such. - To get started, run
yarn
to install dependencies after cloning this repo. - Ask someone for the
.env
values and copy.env.local.example
to.env
and fill them in. - Get your local development server started with
yarn next dev
.
Made with ❤️.