This is a simple headless wordpress theme with Next.js.
 
Cloning the repository:
git clone https://github.com/OthyTenk/headless-wordpress-nextjs.gitnpm i
# or
yarn
# or
pnpm iRun the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.