stoat.chat
stoat.chat copied to clipboard
Stoat's website that serves as a hub providing information regarding the project and downloads.
Revolt Website
Description
This is the website for Revolt, which is available live at revolt.chat.
Stack
Resources
Revolt
- Revolt Project Board (Submit feature requests here)
- Revolt Testers Server
- Contribution Guide
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). |