Skip to content

fennecs ECS documentation

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.

Developing

bash
npm run dev

Deploying (from local or CI)

bash
npm run deploy

or

bash
npm run build
npm run upload
npm run invalidate

Important

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.

fennecs is released under the MIT License. Neofox is released under the CC BY-NC-SA 4.0 License.