This is a VitePress static site generator to create the website and documentation seen on fennecs.tech
A GitHub action will integrate all changes made to main
and deploy a new website to the appropriate S3 bucket.
npm run dev
npm run deploy
or
npm run build
npm run upload
npm run invalidate
To build the site, you also need fennecs checked out in the same parent directory as this project, i.e. the relative path ../fennecs
.
This is necessary because the site includes source code snippets from fennecs during static sitegeneration.