Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brob/gatsby-guestbook
https://github.com/brob/gatsby-guestbook
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/brob/gatsby-guestbook
- Owner: brob
- License: mit
- Created: 2020-04-30T14:39:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:36:46.000Z (about 1 year ago)
- Last Synced: 2024-11-07T00:30:31.701Z (2 months ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Guestbook
This is a guestbook app built using FaunaDB and Gatsby. It utilizes a basic Bulma starter kit
This is the first demo in an upcoming Smashing Magazine article
## Requirements
* FaunaDB
* Node/NPM## Installation
* `npm install`
* Create `.env` file with YOUR_FAUNADB_SECRET, GATSBY_FAUNA_CLIENT_SECRET and GATSBY_BUILD_HOOK.
* YOUR_FAUNADB_SECRET should be set to your Server Key,
* Client secret should be set to a key with very limited permissions
* Build hook should be set to your Netlify (or other) build hook URL
* Set Fauna Server key in `gatsby-config.js` plugin
* Create a Fauna Collection called "signatures" and an Index called "allSignatures"
* Run `gatsby develop`