This repository demonstrates how to setup a Nextra documentation site that uses notion-downloader
to pull content from Notion.
Learn how to create a nextra site that gets content from Notion: Notion to Nextra with notion-downloader
See this template in action: Notion-to-Nextra Demo
- Clone this repository
- Install dependencies:
npm install
- Run the site:
npm run dev