This is a Next.js project bootstrapped with create-next-app
.
https://richardwillis.info/blog/how-i-use-next-js-strapi-and-docker-to-build-my-personal-website
Add the following to .env.local
:
STRAPI_ENDPOINT=https://strapi.docker-box.example.com
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.