Skip to content

Commit

Permalink
add basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcmahen committed Jul 30, 2019
1 parent 0d7518d commit 810b51b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ npm-debug.*
*.orig.*
web-build/
web-report/
.DS_Store
24 changes: 24 additions & 0 deletions README.md
@@ -0,0 +1,24 @@
# Roast Buddy

<div align="center">
<img
max-width="600px"
alt="Two screenshots of Roast Buddy."
src="https://raw.githubusercontent.com/bmcmahen/roast-buddy-reloaded/master/hero.jpg">

</div>
<br />

Roast Buddy is a mobile app which helps you keep track of your coffee roasting. It's built using React-Native.

## Development

Clone this repository and install the dependencies using `yarn`. You'll also need to have `expo` installed.

```
yarn run start
```

## License

BSD 3-Clause.
Binary file added hero.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 810b51b

Please sign in to comment.