Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 669 Bytes

Notion → Xata

2022-02-08.22.37.47.mp4

This repository contains the source code for our app that migrates data from Notion to Xata.

Demo

This app is deployed at https://notion-to-xata.vercel.app.

Running Locally

It's a Next.js app, so standard procedure:

  1. git clone this repo,
  2. Copy .env.tpl to .env and add appropriate values,
  3. npm install to install packages,
  4. npm run dev to start a local development server.

Contributing

No guidelines or anything, open an issue or a pull request as needed.