Merge branch 'doc' into 'main'
doc change See merge request thschleicher/interaktive-systeme!20
This commit is contained in:
commit
bdf6a5fd34
1 changed files with 4 additions and 0 deletions
|
|
@ -6,9 +6,13 @@ Finanzfuchs
|
||||||
## Installation and Setup
|
## Installation and Setup
|
||||||
To install and run Finanzfuchs locally:
|
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})
|
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.
|
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`.
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue