Skip to content

Commit 46aa8d0

Browse files
committed
docs(readme): 📚 updated REAMDE
1 parent 9aad649 commit 46aa8d0

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

README.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,35 @@
1-
<img src="./images/rodneylab-github-gatsby-cloud-functions-recaptcha.png" alt="Rodney Lab gatsby-functions-fauna Github banner">
1+
<img src="./images/rodneylab-github-gatsby-functions-netlify.png" alt="Rodney Lab gatsby-functions-netlify Github banner">
22

33
<p align="center">
44
<a aria-label="Open Rodney Lab site" href="https://rodneylab.com" rel="nofollow noopener noreferrer">
55
<img alt="Rodney Lab logo" src="https://rodneylab.com/assets/icon.png" width="60" />
66
</a>
77
</p>
88
<h1 align="center">
9-
Gatsby Cloud Functions reCAPTCHA
9+
Gatsby Functions Netlify
1010
</h1>
1111

12-
Example site showing how finished product should look if you follow along my tutorial on using <a href="https://rodneylab.com/gatsby-cloud-functions-recaptcha/">Gatsby Cloud Functions to create a contact form</a>. We use a silent reCAPTCHA, which is more accessible and less annoying than traditional CAPTCHAs. We also use Formik to create an accessible form and nodemailer to send the details to you, using the serverless function.
12+
[![Netlify Status](https://api.netlify.com/api/v1/badges/005d8761-048f-4ead-a06f-eed4d2857850/deploy-status)](https://app.netlify.com/sites/jolly-ride-085cbf/deploys)
1313

14-
If you have questions, please drop a comment at the bottom of that page. Hope you find this useful,
14+
# gatsby-functions-netlify
1515

16-
Rodney
16+
See the [Gatsby Functions on Netlify blog post on the Rodney Lab site](https://rodneylab.com/gatsby-functions-netlify/) for some on how to set this site up. Please drop questions into a comment at the bottom of that page. Here's the quick start:
17+
18+
## Creating a project
19+
20+
If you're seeing this, you've probably already done this step. Congrats!
21+
22+
```bash
23+
git clone https://github.com/rodneylab/gatsby-functions-netlify
24+
cd gatsby-functions-netlify
25+
npm install
26+
gatsby develop
27+
```
28+
29+
## Building
30+
31+
```bash
32+
npm run build
33+
```
34+
35+
> You can preview the built app with `gatsby serve`.
52.2 KB
Loading

0 commit comments

Comments
 (0)