This app demonstrates the ease of building a serverless app using Gatsby, Netlify and FaunaDB.
npm install -g gatsby-cli: Install gatsby-cli globallynpm install netlify-cli -g: Install netlify-cli globallyyarn installornpm install: Install the dependencies
- 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.
Follow these articles to build the app along side:
