Skip to content

Yorkie UI is a set of components and styles for Yorkie.

License

Notifications You must be signed in to change notification settings

yorkie-team/yorkie-ui

Repository files navigation

Yorkie UI

Yorkie UI is a set of components and styles for building Yorkie's homepage and dashboard. It is built with React and styled-components.

Contributing

Building the project

To build the project, run the following command:

# If you already have pnpm installed, you can skip this step
npm install -g pnpm

# Install dependencies
pnpm i

# Build the project
pnpm run build

Running the project

To run the project, run the following command:

pnpm run dev

This will open a new browser window with the storybook running on http://localhost:6006.