Next.js frontend for the Weekly Wildcat WordPress CMS.
Copy .env.example to .env.local if you need to change the CMS or public site URL. The defaults point at the live CMS:
NEXT_PUBLIC_WP_API_URL=https://cms.weeklywildcat.com/wp-json/wp/v2
NEXT_PUBLIC_SITE_URL=https://weeklywildcat.comRun the site locally:
npm run devBuild the static export:
npm run buildThe exported site is written to out/.