Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# birb
# Birb

Instagram for birds

Birb is an open source [Flutter](https://flutter.io) app written as part the [A month of Flutter](https://bendyworks.com/blog/a-month-of-flutter) blog series.

## Install

Make sure you have [Flutter](https://flutter.io/docs/get-started/install) installed and either Android Emulator or iOS Simulator configured.

Clone the birb repository:

~~~bash
git clone git@github.com:abraham/birb.git
~~~

Install the Flutter dependencies within the `app` directory:

~~~bash
flutter pub get
~~~

[Start the app](https://flutter.io/docs/get-started/test-drive).