From 98fbf844c5d09ac8029f43817bad246b74311da4 Mon Sep 17 00:00:00 2001 From: thschleicher Date: Fri, 8 Dec 2023 21:59:26 +0100 Subject: [PATCH] doc change --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bf1dc8a..c165c8f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,13 @@ Finanzfuchs ## Installation and Setup To install and run Finanzfuchs locally: +Required: npm (node packet manager), node (recommended latest stable) + 1. Clone the main-branch of this repository to your local machine. (git clone {adress}) 2. Navigate to the project directory and run `npm install` to install dependencies. 3. Start the app by executing `npm start`. If this does not work for you, you might want to consider to use `npx expo start --tunnel`. +4. Press `s` in order to switch from development mode to go. +5. Use a emulator or download the `expo go` app on your phone and scan the qr code to run the app. ## Usage