Skip to content

EmeraldSysDev/revolt-revite

This branch is 265 commits behind revoltchat/revite:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa99741 · Jun 18, 2022
Jun 10, 2022
May 10, 2022
Apr 29, 2022
Jun 18, 2022
May 7, 2022
May 24, 2022
Jun 18, 2022
Jan 14, 2022
Apr 29, 2022
Sep 9, 2021
Sep 9, 2021
Apr 22, 2022
Sep 4, 2021
Dec 22, 2021
May 25, 2022
Apr 29, 2022
Apr 29, 2022
Jul 7, 2021
Jun 12, 2022
Dec 25, 2021
Mar 5, 2022
Jun 18, 2022
May 23, 2022
Jun 10, 2022
Jun 18, 2022

Repository files navigation

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:

  • src/components: components are being migrated to revoltchat/components
  • src/styles: needs to be migrated to revoltchat/components
  • src/context/intermediate: modal system is being rewritten from scratch
  • src/context/revoltjs: client state management needs to be rewritten and include support for concurrent clients
  • src/lib: this needs to be organised

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
yarn
yarn dev

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

CLI Commands

Command Description
yarn pull Setup assets required for Revite.
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.
yarn lint | egrep "no-literals" -B 1 Scan for untranslated strings.

License

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

About

Revolt client built with Preact.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.9%
  • SCSS 6.2%
  • Other 0.9%