This is the web client for the Kitsu Anime Awards which lets you vote for your favourite anime of the year in the annual Kitsu Anime Awards
To start in development run
npm startTo build graphql stuff run
npm install -g get-graphql-schema # first time only
get-graphql-schema "https://api.kitsuawards.com/graphql" --json > graphql.schema.json # when schema has updated
#^ Or use the localhost url if you're running the server locally
npm run gqlTo build run
npm run build