2022-02-08.22.37.47.mp4
This repository contains the source code for our app that migrates data from Notion to Xata.
This app is deployed at https://notion-to-xata.vercel.app.
It's a Next.js app, so standard procedure:
git clone
this repo,- Copy
.env.tpl
to.env
and add appropriate values, npm install
to install packages,npm run dev
to start a local development server.
No guidelines or anything, open an issue or a pull request as needed.