All Projects → revoltchat → revite

revoltchat / revite

Licence: AGPL-3.0 license
Revolt client built with Preact.

Programming Languages

typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to revite

macos-preact
macos-preact.now.sh
Stars: ✭ 1,019 (+68.15%)
Mutual labels:  preact, vite
vitext
The Next.js like React framework for better User & Developer experience!
Stars: ✭ 376 (-37.95%)
Mutual labels:  preact, vite
tailwind-layouts
Collection of Tailwind Layouts
Stars: ✭ 53 (-91.25%)
Mutual labels:  preact, vite
preact-styled-jsx-demo
Preact + styled-jsx = 💞
Stars: ✭ 16 (-97.36%)
Mutual labels:  preact
electron-vite-quick-start
⚡ Full stack uses Vite to run Electron application, including main process.
Stars: ✭ 45 (-92.57%)
Mutual labels:  vite
documentation
Revolt documentation website.
Stars: ✭ 20 (-96.7%)
Mutual labels:  revolt
snap-state
State management in a snap 👌
Stars: ✭ 23 (-96.2%)
Mutual labels:  preact
fpreact
fpreact provides an alternative api for creating preact components, heavily inspired by elm.
Stars: ✭ 47 (-92.24%)
Mutual labels:  preact
vue-components-lib-seed
🌱 a vue3.0 components library template. Vue3.0 组件库的次佳实践.
Stars: ✭ 153 (-74.75%)
Mutual labels:  vite
electron-vite-tailwind-starter
This Starter utilizes Electron, Vite and Tailwindcss in combination. It trys to adhare best practices.
Stars: ✭ 141 (-76.73%)
Mutual labels:  vite
bpmn-vue-activiti
基于Vue3.x + Vite + bpmn-js + element-plus + tsx 实现的Activiti流程设计器(Activiti process designer based on Vue3.x + Vite + BPMN-JS + Element-Plus + TSX implementation)
Stars: ✭ 345 (-43.07%)
Mutual labels:  vite
nextjs-monorepo-example
Collection of monorepo tips & tricks
Stars: ✭ 874 (+44.22%)
Mutual labels:  vite
WorkerStore
Small React state container running inside WebWorker
Stars: ✭ 32 (-94.72%)
Mutual labels:  preact
Dashboard
Custom your personal browser start page from some configurable components.
Stars: ✭ 619 (+2.15%)
Mutual labels:  vite
react-device-frameset
React device frameset component
Stars: ✭ 30 (-95.05%)
Mutual labels:  vite
progressive-web-app-starter
Preact based starter kit for making a Progressive Web App (PWA).
Stars: ✭ 19 (-96.86%)
Mutual labels:  preact
rgutil
rgutil是基于ES6创建的函数库工具
Stars: ✭ 22 (-96.37%)
Mutual labels:  vite
seezoon-stack
一款基于当前最前沿的前端(Vue3 + Vite + Antdv)和后台(Spring boot)实现的低代码开发平台。
Stars: ✭ 227 (-62.54%)
Mutual labels:  vite
tic-tac-toe-app
Online multiplayer Tic Tac Toe game for iOS, Android, and web.
Stars: ✭ 34 (-94.39%)
Mutual labels:  preact
cookbook
VueJS + NodeJS Evergreen Cookbook
Stars: ✭ 440 (-27.39%)
Mutual labels:  vite

Revite

Description

This is the web client for Revolt, which is also available live at app.revolt.chat.

Pending Rewrite

The following code is pending a partial or full rewrite:

Stack

Submodule Hint

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.

Resources

Revite

Revolt

Quick Start

Get revite up and running locally.

git clone --recursive https://github.com/revoltchat/revite
cd revite
yarn
yarn build:deps
yarn dev

You can now access the client at http://local.revolt.chat:3000.

CLI Commands

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 build:deps Build external dependencies.
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.
yarn lint | egrep "no-literals" -B 1 Scan for untranslated strings.

License

Revite is licensed under the GNU Affero General Public License v3.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].