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 start
To 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 gql
To build run
npm run build