This is a Next.js 8 site for the Won Buddhism temple in Richmond, VA.
npm install
npm run devFor production deployments (such as Vercel) use:
npm run buildThe build script also regenerates static/sitemap.xml.
Keyword focused pages are listed in seo-pages.json. After adding or updating pages, regenerate the sitemap:
npm run generate-sitemapThe sitemap is written to static/sitemap.xml and referenced from static/robots.txt.