Skip to content

Website and documentation for the fennecs Entity-Component System

License

Notifications You must be signed in to change notification settings

outfox/fennecs.tech

Repository files navigation

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.

About

Website and documentation for the fennecs Entity-Component System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published