From b0218088f0ad7db389362cb06846977d1feb4555 Mon Sep 17 00:00:00 2001 From: Lisa Date: Fri, 21 Mar 2025 18:36:06 +0100 Subject: [PATCH] PVT Chat --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9ba7f37e..30ad285f 100644 --- a/README.md +++ b/README.md @@ -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!** Text Channel Custom Themes Showcase Screenshot-from-2021-08-31-16-09-41 Profile Showcase Screenshot-from-2021-08-30-13-30-43 Screenshot-from-2021-08-30-11-55-01 -> 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 + ---