Skip to content

Commit

Permalink
docs: add build command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-wasmeier-titanom committed May 21, 2024
1 parent fba4a6d commit a7bf5f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# wg-app WIP

## User flow

https://excalidraw.com/#room=2a90cf068f4d87bce613,24I3dxykUBivS35QOdgTqw

## setup
Expand Down Expand Up @@ -59,3 +60,7 @@ The user flow should be the following
- all tasks in the group will be assigned to the same user in one period

This means we will remove the frequency column from the task table and add it to the task_group table.

## How to build apk

- `eas build --profile production --platform android --local`

0 comments on commit a7bf5f5

Please sign in to comment.