Thanks for contributing!
Ensure you're using the Node version specified in .nvmrc and run the following to bootstrap the project:
npm run dx
Then run the following commands in separate terminals:
# Run both the library dev build and the `example` repo dev server
pnpm run dev
# Or run them separately
## Start the library dev build
pnpm run start
## Start the `example` codebase dev build
pnpm run --prefix example start
- Commits use the Conventional Commits standard
- pnpm to manage dependencies
- nvm to manage Node.js versions
- Prettier & EditorConfig for code style
- ESLint for quality
- Husky for Git hooks
If you're using VS Code please make sure you install the recommended extensions.