Note
This project serves as an example a NextJS application using the Contentstack Bridge. It is required to run both projects at the same time for this project to work
-
Have the Contentstack Bridge running
-
Copy
.env.example
to.env
cp .env.example .env
-
Fill in all the fields in the
.env
file -
Install the dependencies
pnpm i
-
Run the development server
pnpm dev
Open http://localhost:3000 in your browser of choice to see the result.