/componentsThis is a collection of React components that are shared between the different Station apps.
- Create a new branch for each feature you are working on
- Use the following naming convention:
<github handle>/<feature name> - Keep PRs concise and descriptive
- Clone the repo
git clone https://github.com/0xStation/ui-components.gitYou need to have pnpm installed globally, run
npm i -g pnpmto install it.
Run the following command in the root of the project to install all dependencies:
pnpm install cd packages/components
pnpm storybook- Every PR with changes to application logic should have a changeset by running
pnpm changesetin the root of the directory and following the prompt