This is the monorepo for the OpenStad headless project. To read more about OpenStad visit the website.
Currently the following elements have been documented:
All
This project uses Prettier for code formatting. A pre-commit hook automatically formats staged files on commit.
Setup after cloning:
npm install
This sets up the Git hooks via Husky's prepare script.
Manual formatting:
npm run format # format all files
npm run format:check # check without modifying (used in CI)
API