Skip to content

0xStation/ui-components

Repository files navigation

Station

Packages

  • /components This is a collection of React components that are shared between the different Station apps.

Getting Started

Contributing guidelines

  • 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

Setting up the development environment

  • Clone the repo
git clone https://github.com/0xStation/ui-components.git

Install dependencies (run from the root!)

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

Running storybook

  cd packages/components
  pnpm storybook

Pull request / Changeset

  • 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