An implementation of the hacker news based on the graphql hub schemas found here: https://github.com/clayallsopp/graphqlhub#readme
#install
yarn install
# Compiles and hot-reloads for development
yarn run serve
# Compiles and minifies for production
yarn run build
# Run tests
yarn run test
# Lint and fix files
yarn run lint