This is the web client for Revolt, which is also available live at app.revolt.chat.
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.
- Revolt Project Board (Submit feature requests here)
- Revolt Testers Server
- Contribution Guide
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.
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. |
Revite is licensed under the GNU Affero General Public License v3.0.