Home
Softono
testimonial

testimonial

Open source MIT JavaScript
27
Stars
1
Forks
0
Issues
0
Watchers
4 years
Last Commit

About testimonial

Jamstack app using Gatsby, Netlify, and FaunaDB.

Platforms

Web Self-hosted

Languages

JavaScript

Testimonial

This app demonstrates the ease of building a serverless app using Gatsby, Netlify and FaunaDB.

testimonial-app

Many Thanks to all the Stargazers who has supported this project with stars(⭐)

Stargazers repo roster for @atapas/testimonial

Install dependencies

  • npm install -g gatsby-cli: Install gatsby-cli globally
  • npm install netlify-cli -g: Install netlify-cli globally
  • yarn install or npm install: Install the dependencies

Run the app locally

  • Create a .env file 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:

Other good reads