Skip to content

DSchau/gatsby-mail

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gatsby

Gatsby Mail

A proof of concept application that demonstrates a few concepts, namely:

  1. App-like functionality with GraphQL, data fetching, mutations, etc.
  2. Static creation of pages (e.g. /privacy-policy, /terms-of-service, etc.)
  3. Client-side only routes, e.g. dynamic routes
  4. Schema stitching with Github's API (requests ⭐ count at build time!)

πŸš€ Set up

  • yarn or npm install
  • Request a Github token and give repo full access to the token
  • cat .env.sample > .env.development then paste in your access token from gitub
  • From the .env.development file, replace the GATSBY_OG_APP_ID with a token from a OneGraph account which you must create
  • yarn develop or npm run develop