Skip to content

techtheriac/next-notion-cms-workshop

Repository files navigation

Notion as A Content Management System

Getting started

To run locally, you first need to clone and install the project with Node.js and npm, and it will need to be a newer version like node@18.17.0 or higher. You can download Node.js and npm here or preferably through a version manager like Volta ⚡.

In terminal, run the following from your desired root folder:

git clone https://github.com/techtheriac/next-notion-cms-workshop.git

cd next-notion-cms-workshop

npm install

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Resources on knowledge gardening

Tools

Libraries

Alternatives to Notion

Others

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published