diff --git a/README.md b/README.md index 97cd887e..a207fb70 100755 --- a/README.md +++ b/README.md @@ -1,22 +1,33 @@ -# Gamebrary +
+
+
+ Gamebrary
+
+ Open source tool to organize video game collections.
+
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors) -[![CircleCI](https://circleci.com/gh/romancm/gamebrary.svg?style=svg)](https://circleci.com/gh/romancm/gamebrary) + + + + + +
-Open source tool to organize video game collections. + -![Gamebrary board](https://user-images.githubusercontent.com/645310/57200356-d0e80480-6f3f-11e9-92e2-5c80ec186bda.png) - -## Project setup +### Project setup ``` yarn ``` -### Compiles and hot-reloads for development +#### Compiles and hot-reloads for development ``` yarn dev ``` -### Compiles and minifies for production +#### Compiles and minifies for production ``` yarn build ```