This is a Next.js project that uses the Notion API to fetch data from a Notion database and display it on a website.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses the Notion API to fetch data from a Notion database. You will need to set up a Notion account and obtain an API key to use it.
You can learn more about how to use the Notion API in their official documentation.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.