Testimonial
This app demonstrates the ease of building a serverless app using Gatsby, Netlify and FaunaDB.
Many Thanks to all the Stargazers who has supported this project with stars(⭐)
Install dependencies
npm install -g gatsby-cli: Install gatsby-cli globallynpm install netlify-cli -g: Install netlify-cli globallyyarn installornpm install: Install the dependencies
Run the app locally
- Create a
.envfile and provide the API secret key in the format,FAUNA_SERVER_SECRET=<your secret fauna key> netlify dev: Run it in the dev mode.
Step-by-Step articles to follow
Follow these articles to build the app along side:
- How to build a serverless app with Gatsby, Netlify and FaunaDB - Part 1
- How to build a serverless app with Gatsby, Netlify and FaunaDB - Part 2
- How to build a serverless app with Gatsby, Netlify and FaunaDB - Part 3