This repository contains documentation for CattyMod.
If you found a typo or have a suggestion to improve the pages, the easiest way to get it resolved is to post about it on the Scratch Project Link here: https://scratch.mit.edu/projects/1335032585/
This website is built with Docusaurus. Documentation is inside the docs folder, generally that is all you will have to touch.
npm install
# For development:
npm start
# For production:
npm run build