From 2ee0672ea569119f96410a5a81d5854a8cb9a0d4 Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Tue, 28 Jun 2022 18:08:30 +0200 Subject: [PATCH] feat: add installation guide to WelcomeModal and README --- README.md | 12 ++++++++ src/components/WelcomeModal.tsx | 49 ++++++++++++++++++++++++++++++++- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d01b5e..67b3af1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ [](https://rappli.ch) +## Installation + +```bash +npm install -g rappli +``` + +## Running it + +```bash +DOMAIN=yourdomain.com rappli +``` + ## Developing Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: diff --git a/src/components/WelcomeModal.tsx b/src/components/WelcomeModal.tsx index 5fc2ac4..1e7c0db 100644 --- a/src/components/WelcomeModal.tsx +++ b/src/components/WelcomeModal.tsx @@ -618,7 +618,54 @@ const WelcomeModal: Component = (props) => { label={
7. Kann Räppli lokal installiert werden?
} alignCenter={false} > - test +

+ Räppli kann lokal installiert werden, jedoch ist es für den + Betrieb auf Servern optimiert. Das heisst: auch wenn du Räppli + installiert hast, musst du deinen Webbrowser nutzen, um Räppli + zu öffnen. +

+

+ {" "} + + Für die Installation sind grundlegende Kenntnisse im Umgang + mit der Kommandozeile empfohlen! + +

+

Voraussetzungen:

+ +

Installation Räppli

+

Führe folgende Befehle aus:

+ +

Räppli starten

+

Führe folgenden Befehl aus, um Räppli zu starten

+