Installation • Documentation • Contributing
This is currently under development and cannot be installed.
To get started:
- Clone the repository
git clone https://github.com/csesoc/ui-components
-
Run
pnpm install
in the root of the repository. -
To view the storybook, run
pnpm run storybook
in/apps/storybook
. -
To develop locally, run
pnpm run dev
in/packages/components
. -
Ensure that your code is properly linted and formatted.
-
Commit your changes and open a pull request.