diff --git a/.gitignore b/.gitignore index d40d999..843e7a7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ npm-debug.* *.orig.* web-build/ web-report/ +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..c450038 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Roast Buddy + +
+ Two screenshots of Roast Buddy. + +
+
+ +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. diff --git a/hero.jpg b/hero.jpg new file mode 100644 index 0000000..746d8ab Binary files /dev/null and b/hero.jpg differ