Resolve "development build fix"
This commit is contained in:
parent
bdf6a5fd34
commit
9c42f89b20
6 changed files with 24 additions and 169 deletions
|
|
@ -10,9 +10,8 @@ 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.
|
||||
3. Start the app by executing `npm start`. If this does not work for you, try using `npx expo start --tunnel`.
|
||||
4. Use a emulator or download the `expo go` app on your phone and scan the qr code to run the app. (This may require an expo account.)
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
@ -29,4 +28,4 @@ Required: npm (node packet manager), node (recommended latest stable)
|
|||
- Walcher, Raphael
|
||||
|
||||
## License
|
||||
Finanzfuchs is released under the [MIT License](link to license).
|
||||
Finanzfuchs is released under the [MIT License].
|
||||
Reference in a new issue