This a monorepo of OBOS' open source frontend modules.
See the pnpm installation guide.
pnpm install
This repository uses biome for linting.
pnpm build
- Use kebab-case for file names. This is enforced at a linter level.
We use an automated release process based on changesets and a Github action to version, release and publish the packages. Meaningful changes should be documented by running pnpm changeset and be a part of the pull request. Remember to follow semver.