chore: Gatsby fresh install

This commit is contained in:
Aitor Urrutia
2022-01-14 19:56:47 +01:00
parent 6da4ef5eb8
commit 851afd0c66
9 changed files with 5611 additions and 176 deletions

View File

@@ -4,11 +4,13 @@
"description": "Laba sarerako webgunea",
"private": true,
"workspaces": [
"back"
"back",
"front"
],
"scripts": {
"start:back": "yarn workspace back start",
"develop:back": "yarn workspace back develop"
"develop:back": "yarn workspace back develop",
"develop:front": "yarn workspace front develop"
},
"repository": {
"type": "git",