This is a Next.js blog using Notions Public API.
Demo: https://notion-blog-nextjs-coral.vercel.app
First, follow Notions getting started guide for getting your NOTION_TOKEN, then add it to a .env.local.
To change the source of your data change the databaseId in index.js.
Start the server with
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.