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 [email protected]
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.