The source for the Facility API Framework website.
Install dependencies:
npm ciStart a local development server:
npm run startBuild the site:
npm run buildServe the production build locally:
npm run serveThe site is built with Docusaurus and deployed to GitHub Pages by GitHub Actions.