Skip to content

Commit

Permalink
chore: add build locally section
Browse files Browse the repository at this point in the history
  • Loading branch information
arnu515 committed Jan 14, 2022
1 parent 6ff0555 commit e96c3f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ You may get a play-protect warning, and that's because I haven't yet signed the

I will publish it soon on F-Droid and Play store.

## Build locally

If you don't have android and want to build for your own system, you can use the `flutter build` command.

```shell
flutter build <platform> --dart-define "API_URL=URL_TO_BACKEND"
```

If you haven't hosted the [backend](https://github.com/arnu515/simpleauthenticator/tree/master/backend) yourself, you can use <https://d13c320db282.up.railway.app>.

To find what platforms are supported, run `flutter build --help`

## Credits

- Logo Icon: <a target="_blank" href="https://icons8.com/icon/40348/lock">Lock</a> icon by <a target="_blank" href="https://icons8.com">Icons8</a>

0 comments on commit e96c3f4

Please sign in to comment.