Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 578 Bytes

File metadata and controls

26 lines (18 loc) · 578 Bytes

Kitsu Anime Awards Client

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

Getting Started

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