This is a Next.js project bootstrapped with create-next-app that has Ghost CMS as its backend and uses Disqus service as Comments
You can quickly setup a Ghost Instance on Heroku as below or use your own instance
Once done setup a .env file on the root of the project with the following variables from your Ghost Setup.
CONTENT_API_KEY=YOUR_GHOST_API_KEY
BLOG_URL=YOUR_BLOG_URLInstall all the dependencies
yarn installRun the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.