Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 594 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 594 Bytes

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.