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 installin the root of the repository. -
To view the storybook, run
pnpm run storybookin/apps/storybook. -
To develop locally, run
pnpm run devin/packages/components. -
Ensure that your code is properly linted and formatted.
-
Commit your changes and open a pull request.