gamebrary/README.md

29 lines
434 B
Markdown
Raw Normal View History

2018-10-19 05:36:18 +00:00
# Gamebrary
2019-05-15 18:47:17 +00:00
Open source tool that helps organize your video game collection.
![Gamebrary board](https://user-images.githubusercontent.com/645310/57200356-d0e80480-6f3f-11e9-92e2-5c80ec186bda.png)
## Project setup
```
yarn
```
### Compiles and hot-reloads for development
```
yarn dev
```
### Compiles and minifies for production
```
yarn build
```
### Run your tests
```
yarn test
```
### Lints and fixes files
```
yarn lint
```