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.
- Host: GitHub
- URL: https://github.com/innovaccer/mds-ai
- Owner: innovaccer
- License: mit
- Created: 2024-05-01T07:53:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T07:56:04.000Z (about 2 years ago)
- Last Synced: 2024-05-18T01:58:38.094Z (about 2 years ago)
- Topics: ai, components-library, components-react, opensource
- Language: TypeScript
- Homepage: https://innovaccer.github.io/mds-ai/
- Size: 4.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```