Update readme

This commit is contained in:
Hillel Coren 2021-04-14 13:55:38 +03:00
parent 83dc2401f3
commit 2cf256c3cc
1 changed files with 9 additions and 3 deletions

View File

@ -13,9 +13,15 @@ Client app for the [Invoice Ninja](https://github.com/invoiceninja/invoiceninja)
</p> </p>
## Setting up the app ## Setting up the app
- Run `cp lib/.env.dart.example lib/.env.dart` to create the config file.
- Run `cp android/app/build.gradle.dev android/app/build.gradle` to support running the code unsigned. - Initialize the config file
- Run `flutter run` while you have a device connected to the computer or an emulator running and now you can run it. `cp lib/.env.dart.example lib/.env.dart`
- Support running the code unsigned on Android
`cp android/app/build.gradle.dev android/app/build.gradle`
- Run the app
`flutter run`
Note: if you don't have an Invoice Ninja backend setup you can test the app with these credentials: Note: if you don't have an Invoice Ninja backend setup you can test the app with these credentials: