An open API service indexing awesome lists of open source software.

https://github.com/innovaccer/mds-ai

React components for AI based apps.
https://github.com/innovaccer/mds-ai

ai components-library components-react opensource

Last synced: about 1 year ago
JSON representation

React components for AI based apps.

Awesome Lists containing this project

README

          

## MDS AI Component Library

[Storybook](https://innovaccer.github.io/mds-ai)

## Setup

To clone the repository to your local machine, follow these steps:

- Open your terminal.
- Navigate to the directory where you want to clone the repository.
- run the following command:

```
git clone https://github.com/innovaccer/mds-ai.git
```

## Install Dependencies

Install the necessary dependencies. If your project uses Node.js, run:

```
npm install
```

## Running the Project

Use the below command to run the project

```
npm run dev
```