Skip to content

pvorozhe/gatsby-functions-starter-alpha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby

Gatsby functions starter (Alpha Version)

🚀 Quick start

  1. Get Access Tokens for Airtable and Sendgrid.

    This starter has examples from both Airtable and Sendgrid for posting forms and for sending emails. There are 3 environment variable you'll need to add your project:

    You'll want to add these as environment variables when deploying to Gatsby Cloud. Don't forget to add them to the Preview variables if you plan to add a CMS preview integration.

  2. Start developing.

    To get started, run yarn to add all necessary packages.

    When developing locally, you'll want to include the ENV variables inline with your gatsby develop command (i.e. GATSBY_SENDGRID_API_KEY={your_key_here} gatsby develop).

    cd gatsby-functions-starter-alpha
    yarn run develop
  3. Open the code and start customizing!

    Your site is now running at http://localhost:8000! You can use the UI on the index page to test the functions or directly access them at http://localhost:8000/api/airtable and http://localhost:8000/api/sendgrid

    Edit src/pages/index.js to see your site update in real-time!

  4. Deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • CSS 10.6%