Revolt client built with Preact.
Find a file
2022-09-19 16:13:09 +01:00
.github chore: update references to yarn 2022-09-19 14:24:04 +01:00
.vscode feat: add minimise to tray option 2022-05-10 12:26:57 +01:00
external chore: move packages 2022-09-19 14:13:33 +01:00
packages chore: move packages 2022-09-19 14:13:33 +01:00
public chore: add defaults 2022-05-07 15:42:00 +01:00
scripts chore: update build steps 2022-09-19 14:01:38 +01:00
src chore: update references to yarn 2022-09-19 14:24:04 +01:00
.babelrc feat: add sc minification + display class names 2022-01-14 18:51:03 +00:00
.dockerignore feat: "modernise" Docker image and use alpine 2022-04-29 16:17:31 +01:00
.env Remove stray console.log and update translations. 2021-09-09 22:39:17 +01:00
.env.build Remove stray console.log and update translations. 2021-09-09 22:39:17 +01:00
.gitignore feat: new permissions menus 2022-04-22 21:06:12 +01:00
.gitmodules chore: move packages 2022-09-19 14:13:33 +01:00
.npmrc feat: fully migrate to pnpm workspace 2022-09-19 13:14:36 +01:00
.prettierignore feat(renderer): add additional languages to cb 2021-12-22 22:11:25 +00:00
.prettierrc.js chore: update and add new languages 2022-05-25 16:43:59 +01:00
.yarnrc.yml feat: "modernise" Docker image and use alpine 2022-04-29 16:17:31 +01:00
disabled-js.svg fix(login): finished new login screen 2021-12-25 19:48:48 +01:00
Dockerfile nuclear: disable type checking for builds 2022-09-19 16:13:09 +01:00
index.html fix(iOS): actually fix context menus 2022-03-05 14:41:41 +00:00
LICENSE Changed name to lowercase. 2021-07-08 00:01:27 +02:00
package.json chore: update build steps 2022-09-19 14:01:38 +01:00
pnpm-lock.yaml chore: move packages 2022-09-19 14:13:33 +01:00
pnpm-workspace.yaml chore: move packages 2022-09-19 14:13:33 +01:00
README.md chore: update references to yarn 2022-09-19 14:24:04 +01:00
tsconfig.json chore: migrate Button to @revoltchat/ui (#617) 2022-05-23 21:21:29 +01:00
vite.config.ts feat: fully migrate to pnpm workspace 2022-09-19 13:14:36 +01:00

Revite

Description

This is the web client for Revolt, which is also available live at app.revolt.chat.

Pending Rewrite

The following code is pending a partial or full rewrite:

Stack

Submodule Hint

This project contains submodules. Run git submodule init after you clone this repository to initialize the submodules. It is also recommended to run git submodule update after you pull from upstream.

Resources

Revite

Revolt

Quick Start

Get revite up and running locally.

git clone --recursive https://github.com/revoltchat/revite
cd revite
pnpm i
pnpm build:deps
pnpm dev

You can now access the client at http://local.revolt.chat:3000.

CLI Commands

Command Description
pnpm pull Setup assets required for Revite.
pnpm dev Start the Revolt client in development mode.
pnpm build Build the Revolt client.
pnpm build:deps Build external dependencies.
pnpm build:all Build everything.
pnpm preview Start a local server with the built client.
pnpm lint Run ESLint on the client.
pnpm fmt Run Prettier on the client.
pnpm typecheck Run TypeScript type checking on the client.
pnpm start Start a local sirv server with built client.
pnpm start:inject Inject a given API URL and start server.
pnpm lint | egrep "no-literals" -B 1 Scan for untranslated strings.

License

Revite is licensed under the GNU Affero General Public License v3.0.