From 96360bd65709741e5bae03f5d68f90e761c47ac4 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Mon, 9 Sep 2024 15:44:15 +0100 Subject: [PATCH] docs: update README --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbbf8e90..5ad842b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ -# Revolt Frontend - -This repository contains the code for Revolt's frontend, built with Solid.js. +
+

+ Revolt Frontend + + [![Stars](https://img.shields.io/github/stars/revoltchat/frontend?style=flat-square&logoColor=white)](https://github.com/revoltchat/frontend/stargazers) + [![Forks](https://img.shields.io/github/forks/revoltchat/frontend?style=flat-square&logoColor=white)](https://github.com/revoltchat/frontend/network/members) + [![Pull Requests](https://img.shields.io/github/issues-pr/revoltchat/frontend?style=flat-square&logoColor=white)](https://github.com/revoltchat/frontend/pulls) + [![Issues](https://img.shields.io/github/issues/revoltchat/frontend?style=flat-square&logoColor=white)](https://github.com/revoltchat/frontend/issues) + [![Contributors](https://img.shields.io/github/contributors/revoltchat/frontend?style=flat-square&logoColor=white)](https://github.com/revoltchat/frontend/graphs/contributors) + [![License](https://img.shields.io/github/license/revoltchat/frontend?style=flat-square&logoColor=white)](https://github.com/revoltchat/frontend/blob/main/LICENSE) +

+The official web client powering https://revolt.chat/app, built with Solid.js 💖. +
+
## Development Guide