Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ginkgo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vjrj
ginkgo
Commits
c33d383e
Commit
c33d383e
authored
2 years ago
by
vjrj
Browse files
Options
Downloads
Patches
Plain Diff
Update README with install instructions
parent
954dc1d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-2
13 additions, 2 deletions
README.md
with
13 additions
and
2 deletions
README.md
+
13
−
2
View file @
c33d383e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment