Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.33 KB

Contentstack Bridge - NextJS Example

CI Status Quality Gate Status Coverage

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

Getting Started

  • 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.