Contributing
Contributions are welcome in the library repository:
For major changes, open an issue first so we can align on the approach.
Editing this documentation site
Documentation sources live in the docs/ folder of the library repo and are deployed to GitHub Pages.
- bun
- npm
- yarn
cd docs
bun install
bun start
cd docs
npm install
npm start
cd docs
yarn install
yarn start
Build for production:
- bun
- npm
- yarn
bun run build
bun run serve
npm run build
npm run serve
yarn build
yarn serve
Use the Edit this page link on any doc page to open the matching file on GitHub.