feat: initial gatsby setup

This commit is contained in:
Felix Schröter 2022-08-01 18:50:53 +02:00
parent 0452e8fa24
commit f4f421ac43
Signed by: felschr
GPG key ID: 671E39E6744C807D
9 changed files with 34983 additions and 3 deletions

7
.gitignore vendored
View file

@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
node_modules/
.cache/
public
src/gatsby-types.d.ts
# dotenv environment variables file
.env