This repo was originally created from nextjs-tailwind-ionic-capacitor-starter.
- NextJS produces a web bundle with the static export.
- GitHub Actions deploys the web bundle to Vercel which serves them at starfocus.app along with a manifest for PWA support.
- Capacitor syncs the web bundle to the ios and android folders where they can be packaged and deployed as appropriate.
- NextJS routing occurs between the
/route and the[...all]route. The 'all' routes are statically generated usinggenerateStaticParams