Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franciscomoretti/notion-to-nextra
Notion to Nextra example using notion-downloader
https://github.com/franciscomoretti/notion-to-nextra
documentation nextjs nextra notion notion-api notion-blog notion-download
Last synced: 20 days ago
JSON representation
Notion to Nextra example using notion-downloader
- Host: GitHub
- URL: https://github.com/franciscomoretti/notion-to-nextra
- Owner: FranciscoMoretti
- Created: 2024-10-08T08:45:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T07:59:49.000Z (2 months ago)
- Last Synced: 2024-10-18T00:55:25.220Z (2 months ago)
- Topics: documentation, nextjs, nextra, notion, notion-api, notion-blog, notion-download
- Language: MDX
- Homepage: https://notion-nextra.vercel.app
- Size: 2.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notion-Downloader Nextra Template
This repository demonstrates how to setup a Nextra documentation site that uses [`notion-downloader`](https://github.com/FranciscoMoretti/notion-downloader) to pull content from Notion.
## Guide
Learn how to create a nextra site that gets content from Notion:
[Notion to Nextra with notion-downloader](https://downloader.franciscomoretti.com/docs/guide/nextra)## Demo
See this template in action: [Notion-to-Nextra Demo](https://notion-nextra.vercel.app/)
## Quick Start
1. Clone this repository
2. Install dependencies: `npm install`
3. Run the site: `npm run dev`