aime-component-lib
Version:
A component library for AIME
38 lines (24 loc) • 733 B
Markdown
# AIME Component library

## Requirements
Before starting development with `aime-component-lib`, ensure you have the following:
- [Node.js](https://nodejs.org/): JavaScript runtime environment.
- [npm](https://www.npmjs.com/): Node.js package manager.
## VS Code Plugins
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Installation
Clone the repository:
```bash
git clone <repository_url>
cd aime-component-lib
```
## Storybook Scripts
```bash
npm run dev
npm run build
```
## Bundle Lib Scripts
```bash
npm run build:lib
```