https://github.com/ayanavakarmakar/openchat-frontend
Frontend for OpenChat, built using React & MUI (WIP)
https://github.com/ayanavakarmakar/openchat-frontend
Last synced: 3 months ago
JSON representation
Frontend for OpenChat, built using React & MUI (WIP)
- Host: GitHub
- URL: https://github.com/ayanavakarmakar/openchat-frontend
- Owner: AyanavaKarmakar
- Created: 2023-03-05T14:30:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T17:48:42.000Z (about 2 years ago)
- Last Synced: 2025-01-02T04:14:35.325Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Getting Started
1. Clone the repository
```bash
git clone https://github.com/AyanavaKarmakar/OpenChat-Frontend.git
```2. Install dependencies
```bash
npm install
```3. Start the development server
```bash
npm run dev
```___