Thank you for considering contributing to missing-coordinates. We hope these guidelines make it easier and shed some light on our approach and processes.
We use yarn workspaces to manage packages in this monorepo.
missing-coordinates/
package.json
packages/
missing-coordinates/
package.json
src/
...
storybook/
package.json
stories/
...
...
To develop and enhance missing-coordinates, we provide both a npm package for the main functionality, and a storybook package for demo, visualization, and debugging purposes.
yarn storybook
cd packages/missing-coordinates
yarn dev
yarn build
This repository follows
conventional commits guideline for commit
messages and has a commitlint
hook which will require you to have the valid commit message before
committing.
You can use cz
to help you create a commit message.