Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.07 KB

File metadata and controls

44 lines (29 loc) · 1.07 KB

OpenStad

This is the monorepo for the OpenStad headless project. To read more about OpenStad visit the website.

Docs

Currently the following elements have been documented:

All

Development

Code formatting

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