Skip to content

revoltchat/revolt.chat

Repository files navigation

Revolt Website

Description

This is the website for Revolt, which is available live at revolt.chat.

Stack

Resources

Revolt

Quick Start

Get the Revolt website up and running locally.

git clone https://github.com/revoltchat/revolt.chat
cd revolt.chat
yarn
yarn dev

You can now access the client at the URL printed into the console.

CLI Commands

Command Description
yarn dev Start the Revolt website in development mode.
yarn format Run Prettier on the codebase, but don't change any files.
yarn format:fix Run Prettier on the codebase, and fix all formatting. Run before a commit.
yarn build Build the Revolt website.
yarn start Start a local production Next.js server (run yarn build first).