Update README.md

This commit is contained in:
Abhinav Raut
2025-02-21 22:44:14 +05:30
committed by GitHub
parent 1a7f53628b
commit 2ae85ac76a

View File

@@ -3,23 +3,25 @@
# Libredesk
Fully open-source, self-hosted customer support desk. Single binary app.
> This project is currently in **alpha**. Features and APIs may change and are not yet fully tested.
Open source, self-hosted customer support desk. Single binary app.
Visit [libredesk.io](https://libredesk.io) for more info. Check out the [**Live demo**](https://demo.libredesk.io/).
![Screenshot_20250220_231723](https://github.com/user-attachments/assets/55e0ec68-b624-4442-8387-6157742da253)
> [!CAUTION]
> This project is currently in **alpha**. Features and APIs may change and are not yet fully tested.
## Developer Setup
#### Prerequisites
- **go**
- **pnpm**
- **PostgreSQL >= 13**
- **Redis**
- **postgreSQL >= 13**
- **redis**
1. **Clone the repository**:
@@ -37,7 +39,7 @@ Visit [libredesk.io](https://libredesk.io) for more info. Check out the [**Live
```
- Edit the `config.toml` file to configure your postgres and redis connection settings.
3. **Run in Development Mode**:
3. **Run in development mode**:
- Backend: `make run-backend`
- Frontend: `make run-frontend`