Skip to content
Snippets Groups Projects
Paul's avatar
insert authored
Temporary change: Prevent TextFile from loading large content.
Fixes #1: File preview failing with JSON files.
Add a way to open text files in new tab.
7b9766cb
Forked from Revolt / Revite
205 commits behind the upstream repository.

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.