forked from abner/for-legacy-web
This is the web client for Handmade Revolt, which is also available live at https://chat.handmadecities.com
Add device name for Revolt Desktop. Add Italian and Toki Pona. |
||
|---|---|---|
| .github | ||
| .vscode | ||
| external | ||
| public | ||
| src | ||
| ui | ||
| .env | ||
| .gitignore | ||
| .gitmodules | ||
| .prettierrc.js | ||
| LICENSE | ||
| README.md | ||
| VERSION | ||
| index.html | ||
| package.json | ||
| publish.sh | ||
| tsconfig.json | ||
| vercel.json | ||
| vite.config.ts | ||
| yarn-error.log | ||
| yarn.lock | ||
README.md
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.