PVT Chat
Some checks failed
Test and deploy / Test Backend (4.4, 18.x) (push) Has been cancelled
Test and deploy / Test Frontend (4.4, 18.x) (push) Has been cancelled
Test and deploy / Deploy Frontend (push) Has been cancelled
Test and deploy / Push to Stable (push) Has been cancelled

This commit is contained in:
Lisa 2025-03-21 18:36:06 +01:00
parent eff3b4d4c0
commit b0218088f0

View File

@ -1,21 +1,20 @@
# Accord - Messaging Made Simple.
Accord is an app, similar to Discord, but cooler.
# PVTChat - Messaging Made Simple.
PVTChat is an app, similar to Discord, but cooler.
Built with React, TypeScript, and Node.js.
Main point of PVT Chat is to fix accord bugs and continue maintenance for said app.
**Please ⭐ this repo to support development.**
**PVTChat is based on [acrd.app](https://github.com/theADAMJR/acrd.app), leave a star to original creator!**
<img src="./github/text-channel.png" alt="Text Channel" border="0" width="49.5%" height="49.5%" /> <img src="./github/accord-themes.gif" alt="Custom Themes Showcase" border="0" width="49.5%" height="49.5%" />
<a href="https://ibb.co/kgndDwd"><img src="https://i.ibb.co/N6h4NJ4/Screenshot-from-2021-08-31-16-09-41.png" alt="Screenshot-from-2021-08-31-16-09-41" border="0" width="49.5%" height="49.5%" /></a> <img src="./github/profile-showcase.png" alt="Profile Showcase" border="0" width="49.5%" height="49.5%" /> <a href="https://ibb.co/SydPgTY"><img src="https://i.ibb.co/qjWd8Gq/Screenshot-from-2021-08-30-13-30-43.png" alt="Screenshot-from-2021-08-30-13-30-43" border="0" width="49.5%" height="49.5%" /></a> <a href="https://ibb.co/st2q2B0"><img src="https://i.ibb.co/fQ2H2ch/Screenshot-from-2021-08-30-11-55-01.png" alt="Screenshot-from-2021-08-30-11-55-01" border="0" width="49.5%" height="49.5%" /></a>
> Want more stable commits? [Use the stable branch](/tree/v2-stable).
---
## Setup
1. Clone the repo (from GitHub).
1. Clone the repo (from Gitea).
2. Generate JWT key (secure user logins).
From app directory (with Git bash):
From app directory:
```
mkdir -p backend/keys
ssh-keygen -t rsa -b 2048 -m PEM -f backend/keys/jwt
@ -60,8 +59,7 @@ Built with React, TypeScript, and Node.js.
- Delete your user and prevent it from being used to login
- **and more** (of course)
> Want a more basic version, that's more like Discord?
> https://github.com/codea-live/dclone
---