Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 819 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 819 Bytes

OBOS public frontend modules

This a monorepo of OBOS' open source frontend modules.

Packages

Contributing

Setup pnpm

See the pnpm installation guide.

pnpm install

Linting

This repository uses biome for linting.

Build

pnpm build

File naming convention

  • Use kebab-case for file names. This is enforced at a linter level.

Releases and changelogs

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.