From 47392f1b54f1cf2d5b755fc7c415378133e37fdf Mon Sep 17 00:00:00 2001 From: Yasmin Seidel Date: Thu, 15 Jun 2023 23:08:24 -0300 Subject: [PATCH] Update README.md --- README.md | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 576ae2180..1ef97c0a6 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,5 @@ # Pony House -

- - GitHub release downloads - - Follow on Twitter -

-A Matrix client focusing primarily on simple, elegant and secure interface. The main goal is to have an instant messaging application that is easy on people and has a modern touch. +The project is now an independent repository at the following address below: - - -## Motivation -I am someone who is definitely tired of seeing censorship spread across the internet. As I write this message on May 01 2023, it has been one of the most difficult days to have privacy, especially in Brazil due to the current political scenario. - -I see the Matrix project as one of the best alternatives to maintain at least try to keep communities and groups of friends on the internet. So my goal is to make this fork as good as possible so that not only can I be happy, but also all the people who are having a similar situation to me. - -## Getting started -Web app is available at https://client.pony.house/ and gets updated on each new release. - -You can also download our desktop app from [cinny-desktop repository](https://github.com/Pony-House/Puddy-Cinny-Desktop). - -To host Cinny on your own, download tarball of the app from [GitHub release](https://github.com/Pony-House/Puddy-Cinny/releases/latest). -You can serve the application with a webserver of your choice by simply copying `dist/` directory to the webroot. -To set default Homeserver on login and register page, place a customized [`config.json`](config.json) in webroot of your choice. - - -## Local development -> We recommend using a version manager as versions change very quickly. You will likely need to switch -between multiple Node.js versions based on the needs of different projects you're working on. [NVM on windows](https://github.com/coreybutler/nvm-windows#installation--upgrades) on Windows and [nvm](https://github.com/nvm-sh/nvm) on Linux/macOS are pretty good choices. Also recommended nodejs version Hydrogen LTS (v18). - -Execute the following commands to start a development server: -```sh -npm ci # Installs all dependencies -npm start # Serve a development version -``` - -To build the app: -```sh -npm run build # Compiles the app into the dist/ directory -``` \ No newline at end of file +https://github.com/Pony-House/Client