No description
Find a file
2019-05-16 08:57:11 -07:00
.github/ISSUE_TEMPLATE Update issue templates 2019-05-13 09:41:45 -07:00
build Enable history mode 2019-02-05 23:55:15 -07:00
config Change port number 2019-04-02 16:42:32 -07:00
functions IGDB v3 endpoints 2019-04-25 11:46:25 -07:00
src Cleaned up shared styles 2019-05-13 11:12:18 -07:00
static Updated readme and app description 2019-05-15 16:37:53 -07:00
test/unit Initial commit 2018-10-18 22:15:28 -07:00
.all-contributorsrc allcontributors config file 2019-05-16 08:57:11 -07:00
.babelrc Initial commit 2018-10-18 22:15:28 -07:00
.editorconfig Initial commit 2018-10-18 22:15:28 -07:00
.eslintignore Initial commit 2018-10-18 22:15:28 -07:00
.eslintrc.js Initial commit 2018-10-18 22:15:28 -07:00
.firebaserc Initial commit 2018-10-18 22:15:28 -07:00
.gitignore Initial commit 2018-10-18 22:15:28 -07:00
.postcssrc.js Initial commit 2018-10-18 22:15:28 -07:00
firebase.json Firebase migration (#50) 2018-10-24 23:33:15 -07:00
index.html Updated icons and browser theme 2019-05-15 16:15:38 -07:00
LICENSE Updated readme and app description 2019-05-15 16:37:53 -07:00
package.json Updated readme and app description 2019-05-15 16:37:53 -07:00
README.md Updated readme and app description 2019-05-15 16:37:53 -07:00
travis.yml Initial commit 2018-10-18 22:15:28 -07:00
yarn.lock Updated lock file 2019-04-28 08:34:51 -07:00

Gamebrary

Open source tool to organize video game collections.

Gamebrary board

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