Skip to content
Snippets Groups Projects
Commit c33d383e authored by vjrj's avatar vjrj
Browse files

Update README with install instructions

parent 954dc1d1
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ users to manage their Ğ1 currency on their mobile device using just a browser. ...@@ -28,7 +28,7 @@ users to manage their Ğ1 currency on their mobile device using just a browser.
[https://g1demo.comunes.net/](https://g1demo.comunes.net/) [https://g1demo.comunes.net/](https://g1demo.comunes.net/)
## Installation ## Prerequisites
This repository requires [Flutter](https://flutter.dev/docs/get-started/install) to be installed and This repository requires [Flutter](https://flutter.dev/docs/get-started/install) to be installed and
present in your development environment. present in your development environment.
...@@ -46,7 +46,18 @@ Get the dependencies. ...@@ -46,7 +46,18 @@ Get the dependencies.
flutter pub get flutter pub get
``` ```
Run the app via command line or through your development environment. (optional) ## Build & deploy
Something like this should work:
```
flutter test
flutter build web --release
rsync --progress=info2 --delete -aH build/web/ youruser@yourserver:/var/www/ginkgo/
```
## Development
Run the app via command line or through your development environment.
```sh ```sh
flutter run lib/main.dart flutter run lib/main.dart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment