You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carlos Alba edited this page Nov 21, 2020
·
4 revisions
Welcome to the Developers Guild Site Wiki
We are currently working on the gatsby-migration branch so these docs
should apply to that branch.
Here you can learn more about the components in the DGDS directory
as well at the utilities in the lib folder. It is fairly straightforward
and when you modify or add any changes to lib or DGDS please feel free to
update or correct any information you see on the wiki.
Any documentation regarding React or Gatsby (our static gen framework)
can be found on their respective sites. You should also learn about GraphQL it is a query language used to
pull data from APIS and in our case Gatsby's for use in our application. The site has the concepts which is all you really need to know
don't sweat setting up a development environment for it since Gatsby already has it built in for us.