Fast-track Strapi + Next.js monorepo: 5-min video, lean README, yarn dev spins Docker, hot-reload pages—onboard and build CMS-driven apps quickly.
Developers want to code, not wade through a wall of docs.
This video is designed to slash onboarding time for the Strapi + Next.js monorepo starter. Instead of scrolling through a long “Get Started” section, you watch a five-minute walkthrough that:
- Refactors the README so its Get Started block is a tiny checklist, not a novel.
- Shows every command live —clone, install, spin-up—so you can copy-paste with confidence.
- Proves the DX (hot reload, CMS sync) before you invest more than a coffee break.
Follow the video and you’ll have a running stack—and the leaner README—by the time it finishes.
Step-by-step shown in the video
- Clone the repo
git clonehttps://github.com/notum-cz/strapi-next-monorepo-starter.git
cd strapi-next-monorepo-starter - Meet the prerequisites
- Node 18 + (via
nvm use) - Yarn
- Docker Desktop
- Node 18 + (via
- Install dependencies
yarn - Generate env files
yarn setup:apps - Spin up everything
yarn devDocker launches Postgres + Strapi and the Next.js frontend in one go.
- Register the first Strapi admin and confirm containers are healthy.
- Add a quick “Hello World” heading in
apps/web/app/page.tsxto watch hot-reload in action. - Create a CMS page in Strapi Page Builder, enable the
find/findOnepermissions, and see the page appear instantly in the site.
That’s it—local Strapi, seeded DB, and live Next.js front-end in minutes, with a slimmer README for the next dev who joins.
