gramps-graphql / gramps-cli

CLI for creating and developing with GrAMPS data sources.

Home Page:https://gramps.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1.0] Add support for custom gateway during development

jlengstorf opened this issue · comments

We need #9 to be completed before we can do this. During development, we need to the ability to provide a gateway start script.

This needs to:

  • Start a GraphQL gateway server
  • Allow overriding installed data sources with local data sources (dev only)