Thanks for lending a hand 👋
- We use pnpm to manage dependencies.
- Install dependencies with
pnpm i -w
. - Build packages with
pnpm build -w
. - If you are starting a build for the first time, please build
streamer
once, thencore
.
- We use ESLint to lint and Prettier to format the codebase. Before you commit, all files will be formatted automatically.
- We use Conventional Commits. Please use a prefix. If your PR has multiple commits and some of them don't follow the Conventional Commits rule, we'll do a squash merge.