A React components library made by NUSSU commIT. More in-depth documentation can be found here.
In the project directory, you can run:
npm i commit-design
To use the components, simply
import { Button, Input } from 'commit-design'
To get started running the project locally, please follow the steps below. And before contributing, please read our contributing guidelines.
First, clone the repository.
git clone https://github.com/nussucommit/commIT-design.gitThen, install all the dependencies
cd commIT-design
npm installFinally, run the storybook development server.
npm run storybookOpen http://localhost:6006 with your browser to see the result.