Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 418 Bytes

Apollo App Config w/Generator

Generate and host config file to run Apollo apps.

Requires

  • node.js

Installation

$ git clone https://github.com/apollodao/apollo-config
$ cd apollo-config
$ yarn install

Usage

Update Config

  • Update src/config.ts

Generate JSON Config

  • yarn json

Update Config Schema

  • update src/types.ts
  • yarn schema to generate json schema from types