Informational Site: Initial Gatsby Init (#62)

* Initial 'npm init gatsby'
* npm update
This commit is contained in:
Nat Hillard 2021-05-19 18:19:38 -04:00 committed by GitHub
commit edfe94d2ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 33548 additions and 0 deletions

6
client/gatsby-config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
siteMetadata: {
title: "Justice40 Tool",
},
plugins: [],
};