0.0.24 • Published 8 months ago

r2decide-chat-widget v0.0.24

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Narad (Chat Widget)

Description

This project is a React component library designed to facilitate the creation of chat interfaces. It includes a variety of components such as chat support, emoji picker, and UI elements like accordions. The library leverages modern technologies like Tailwind CSS for styling, TypeScript for type safety, and Vite for fast builds. It aims to provide a robust and flexible foundation for building chat applications with a focus on performance and ease of use.

Installation

  1. Clone the repository:
    git clone https://github.com/R2-Decide/narad
  2. Navigate to the project directory:
    cd your-repo
  3. Install dependencies:
    pnpm install

Usage

To start the development server:

pnpm dev

To build the project:

pnpm build

To run tests:

pnpm test

Folder Structure

.
├── public/
├── src/
│   ├── api/
│   ├── assets/
│   ├── components/
│   ├── hooks/
│   ├── lib/
│   ├── static/
│   ├── App.tsx
│   ├── index.css
│   └── main.tsx
├── .env
├── .gitignore
├── components.json
├── eslint.config.js
├── index.html
├── jsconfig.json
├── package.json
├── pnpm-lock.yaml
├── postcss.config.js
├── README.md
├── tailwind.config.js
├── tsconfig.json
└── vite.config.ts

Scripts

  • pnpm dev: Start the development server
  • pnpm build: Build the project for production
  • pnpm test: Run tests

Contributing

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Make your changes
  4. Commit your changes (git commit -m 'Add some feature')
  5. Push to the branch (git push origin feature-branch)
  6. Open a pull request

License

This project is closed source and not available for public use.

0.0.20

8 months ago

0.0.21

8 months ago

0.0.22

8 months ago

0.0.23

8 months ago

0.0.24

8 months ago

0.0.19

8 months ago

0.0.18

9 months ago

0.0.17

9 months ago

0.0.16

9 months ago

0.0.15

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

10 months ago

0.0.6

10 months ago