Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 756 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 756 Bytes

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

npm run dev

Deploying (from local or CI)

npm run deploy

or

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.