Revolt client built with Preact.
Find a file
Paul 7374591458 Add editing role name / colour.
Animate avatars on message hover.
Switch to 24-hour time format by default.
2021-07-14 13:25:40 +01:00
.github Add FUNDING.yml for GH 2021-06-26 11:59:21 +01:00
.vscode Add VSCode prettier to recommendations. 2021-07-10 18:09:20 +01:00
external Add editing role name / colour. 2021-07-14 13:25:40 +01:00
public Added a monochrome svg icon to manifest 2021-07-08 10:22:19 +02:00
src Add editing role name / colour. 2021-07-14 13:25:40 +01:00
ui Changed name to lowercase. 2021-07-08 00:01:27 +02:00
.env Publish correct API url, use .env.local for testing. 2021-06-20 17:51:39 +01:00
.gitignore Initial commit 2021-06-18 12:05:01 +01:00
.gitmodules Add i18n, use default imports for UI. 2021-06-18 15:18:10 +01:00
.prettierrc.js Use tabWidth 4 without actual tabs. 2021-07-05 11:25:20 +01:00
index.html Changed name to lowercase. 2021-07-08 00:01:27 +02:00
LICENSE Changed name to lowercase. 2021-07-08 00:01:27 +02:00
package.json Add editing role name / colour. 2021-07-14 13:25:40 +01:00
publish.sh Remove twemoji dependency. 2021-06-22 19:34:52 +01:00
README.md Update README. 2021-06-22 18:41:31 +01:00
tsconfig.json Do cursed magic to try to fix voice. 2021-07-06 22:23:04 +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 Fixed manifest for mono icon 2021-07-08 12:56:07 +02:00
yarn.lock Add editing role name / colour. 2021-07-14 13:25:40 +01:00

Revite

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

You can track progress on the client on our Wekan board.

Official screenshots of the client are available in this Google Drive folder.

CLI Commands

  • yarn dev: Runs a development server.

  • yarn build: Creates a production build of the client.

  • yarn preview: Starts a local server with the production build.

  • yarn lint: Runs ESLint to check project.

  • yarn fmt: Runs prettier on source code.

  • yarn typecheck: Runs Typescript compiler in noEmit mode.