Revolt client built with Preact.
Find a file
2021-08-30 15:45:18 +01:00
.github Try to automate Docker builds. 2021-08-30 15:45:18 +01:00
.vscode Make the linter happy. 2021-08-05 14:47:00 +01:00
external Add new languages: et, fil, ga, ja, ko, lb, ms, nb_NO, sk, sl, ta, vi. 2021-08-30 13:13:15 +01:00
public Delete verified.svg 2021-08-18 09:57:50 +10:00
scripts Add API URL injection back and Docker builds. 2021-08-30 15:24:15 +01:00
src Fix Korean language name. 2021-08-30 15:01:15 +01:00
ui Add category editor to servers. 2021-07-24 19:39:41 +01:00
.dockerignore Try to automate Docker builds. 2021-08-30 15:45:18 +01:00
.env Publish correct API url, use .env.local for testing. 2021-06-20 17:51:39 +01:00
.env.build Try to automate Docker builds. 2021-08-30 15:45:18 +01:00
.gitignore Add API URL injection back and Docker builds. 2021-08-30 15:24:15 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2021-08-05 20:19:15 +01:00
.gitmodules Add i18n, use default imports for UI. 2021-06-18 15:18:10 +01:00
.prettierrc.js Work towards removing useUsers. 2021-07-29 15:11:21 +01:00
Dockerfile Add API URL injection back and Docker builds. 2021-08-30 15:24:15 +01:00
index.html Fix iOS touch. 2021-08-01 20:29:36 +01:00
LICENSE Changed name to lowercase. 2021-07-08 00:01:27 +02:00
package.json Add API URL injection back and Docker builds. 2021-08-30 15:24:15 +01:00
README.md Add API URL injection back and Docker builds. 2021-08-30 15:24:15 +01:00
tsconfig.json Add MobX store, create observable User. 2021-07-29 12:41:28 +01:00
vercel.json Make Vercel serve root entrypoint 2021-06-19 18:54:47 +01:00
VERSION Remove twemoji dependency. 2021-06-22 19:34:52 +01:00
vite.config.ts Fix blocked users appearing in typing indicator. 2021-07-31 17:58:26 +01:00
yarn.lock Add API URL injection back and Docker builds. 2021-08-30 15:24:15 +01:00

Revite

Description

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

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

CLI Commands

Command Description
yarn dev Start the Revolt client in development mode.
yarn build Build the Revolt client.
yarn preview Start a local server with the built client.
yarn lint Run ESLint on the client.
yarn fmt Run Prettier on the client.
yarn typecheck Run TypeScript type checking on the client.
yarn start Start a local sirv server with built client.
yarn start:inject Inject a given API URL and start server.

License

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