forked from abner/for-legacy-web
a4051330a36933ad5f5e1a442658a4bafc231aa9
as any in typescript
- replaced many uses of `as any` with another more specific cast `as T` - filled in missing typed for items that needed to be typed - new runtime code was added where necessary to satisfy the new types with comments - added missing theme variable "sidebar-active" to the Theme variables - forms using `react-hook-form` are now typechecked - changed some instances of `target` into `currentTarget` while removing `as any` assertions
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.
Description
This is the web client for Handmade Revolt, which is also available live at https://chat.handmadecities.com
Languages
TypeScript
93.8%
SCSS
5.3%
HTML
0.4%
JavaScript
0.3%