Skip to content

Commit

Permalink
Merge pull request #10 from simonyiszk/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Tschonti authored Dec 16, 2023
2 parents ae2a36d + 4173fda commit 67f322c
Show file tree
Hide file tree
Showing 41 changed files with 1,279 additions and 396 deletions.
4 changes: 4 additions & 0 deletions .env.local.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SERVICE_ACCOUNT_JSON="<base-64 encoded creadentials.json of the service account>"
SERVICE_ACCOUNT_SUBJECT="<subject of the service account>"
JWT_SCOPE="<required scope for the service account>"
GROUP_KEY="<email address of the google group>"
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@
"url": "https://simonyi.bme.hu"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"clsx": "^2.0.0",
"email-validator": "^2.0.4",
"googleapis": "^129.0.0",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18"
"react-dom": "^18",
"react-icons": "^4.12.0"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
4 changes: 4 additions & 0 deletions public/img/18.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/img/icon-base.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions public/img/kirdev-inline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 67f322c

Please sign in to comment.