Yorkie UI is a set of components and styles for building Yorkie's homepage and dashboard. It is built with React and styled-components.
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
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
.