This repository provides an example to notify users about new deployments with Next.js + SWR.
Check the article for more information.
This project is using pnpm as the package manager.
pnpm install
With the development server:
pnpm dev
or with the production server:
pnpm build && pnpm start
pnpm prebuild
When you generate a new version the UI should indicate that there's a new app version. That's it!