Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 917 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 917 Bytes

commIT Design

A React components library made by NUSSU commIT. More in-depth documentation can be found here.

Installation

In the project directory, you can run:

npm i commit-design

Usage

To use the components, simply

import { Button, Input } from 'commit-design'


Getting Started 🔧

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.git

Then, install all the dependencies

cd commIT-design
npm install

Finally, run the storybook development server.

npm run storybook

Open http://localhost:6006 with your browser to see the result.