Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.16 KB

Timeline

This app gets entries from a Notion database, and displays them as a timeline.

Getting Started

Prerequisites

  • GitHub account
  • Notion account

Steps

  1. Create a Notion Database by duplicating Timeline Template
  2. Create an integration with Notion by following instructions in Notion API Docs.
  3. Get your Notion Key and Database ID.
  4. Use .env.example to create .env.local.
  5. Install dependencies:
    yarn install
  6. Run the development server:
    yarn dev
  7. Open http://localhost:3000 with your browser to see the result.

Next.js

This is a Next.js project bootstrapped with create-next-app.

To learn more about Next.js, take a look at the following resources: