/components
This 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.git
You need to have pnpm installed globally, run
npm i -g pnpm
to 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 changeset
in the root of the directory and following the prompt