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

+