This project requires Node.js version 20
to run. Please ensure you have the correct version installed before proceeding.
To run the project, follow these steps:
-
Install the project dependencies:
npm install
-
Create an
.env.local
file and add theNOTION_SECRET_KEY
,NOTION_POSTS_DB_ID
, andNOTION_PRINTS_DB_ID
with your own keys as values. -
Run the project in dev mode:
npm run dev