Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Latest commit

 

History

History
82 lines (63 loc) · 2.46 KB

README.md

File metadata and controls

82 lines (63 loc) · 2.46 KB

Screenshot

Tech Stack

  • Vue + Vuex + Apollo
  • TypeScript, SCSS
  • Electron

Beta versions

Beta builds are sometimes uploaded here.

These builds are not guaranteed to work in any way.

Development

Get Started

  1. Install dependencies - yarn
  2. Download the schema for auto-completion - yarn get-schema
  3. Start the development client - yarn serve

Generating types after changing/adding a GraphQL query/mutation

yarn gql-gen