From d69290d1744b2123bd182de757663992b021448d Mon Sep 17 00:00:00 2001 From: Paolo Arena Date: Sun, 27 Mar 2022 22:52:38 +0200 Subject: [PATCH] README.md --- README.md | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 72 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4beae2fb..a2a2e8ab 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,76 @@ -# NewFreePlanet +
+ +# NewFreePlanet +####(FrontEnd) + +## Riso.app +**Il primo Vero Social**
+**Libero, Equo e Solidale**
+**dove Vive Consapevolezza e Aiuto Comunitario**
+ +## Uniti per Evolvere e Sperimentare +- Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.
+- E' giunta l'ora di utilizzare i nuovi strumenti Tecnologici a nostro favore, per Liberarci così piano piano dalla schiavitù del "Lavoro per generare Denaro" e trasformando le nostre Capacitá in Risorse Umane per poterci sostenere e vivere in Armonia con gli altri. +
+ +
+This app was made mixing all this languages and tools:
+ +Thanks to the Quasar Framework and TypeScript ! + +
+
+ +
+ +
+ +[![Made with Quasar](https://img.shields.io/badge/made%20with-Quasar-blue.svg?style=for-the-badge)](https://github.com/quasarframework/quasar) +[![Uses TypeScript](https://img.shields.io/badge/uses-TypeScript-3F51B5.svg?style=for-the-badge)](https://github.com/Microsoft/TypeScript) + + + +
+ +
+ +[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard) + +[![Build](https://img.shields.io/circleci/project/github/paoloar77/freeplanet/master.svg?style=for-the-badge)](https://circleci.com/gh/paoloar77/freeplanet/tree/master) +[![Coverage](https://img.shields.io/codecov/c/github/paoloar77/freeplanet/master.svg?style=for-the-badge)](https://codecov.io/gh/paoloar77/freeplanet/branch/master) + +
+ + +## Built-in Tools 🔨 + +- [TSlint](https://github.com/palantir/tslint) TypeScript Linter configured with the [Standard](https://github.com/standard/standard) JavaScript Code Style + +## Installation 🔧 + +**System prerequisites :** +- Node.js 16.14.0 or latest +- yarn > 1.21.1 or latest + + +Clone this repository : +```bash +$ git clone git@github.com:paoloar77/newfreeplanet example +$ cd example +$ yarn +``` + +## License + +[MIT](https://opensource.org/licenses/MIT) + +Copyright (c) 2018-present, Paolo Arena -A Quasar Framework app ## Install the dependencies ```bash