Skip to content

Commit

Permalink
🍱 uncouple from google sheet, move theses data to yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Jan 30, 2025
1 parent 2dbd360 commit d69f355
Show file tree
Hide file tree
Showing 10 changed files with 554 additions and 545 deletions.
2 changes: 0 additions & 2 deletions .env.example

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Open Knowledge Foundation Deutschland e. V.
Copyright (c) 2025 Open Knowledge Foundation Deutschland e. V.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ pnpm dev
```bash
pnpm build
```

## License

- Code: [MIT License](./LICENSE)
- Data (`./src/data/*`): [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.de)
15 changes: 1 addition & 14 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// @ts-check
import { defineConfig, envField } from 'astro/config'
import tailwindcss from '@tailwindcss/vite'
import { defineConfig } from 'astro/config'

import vue from '@astrojs/vue'
import Icons from 'unplugin-icons/vite'
Expand All @@ -17,16 +16,4 @@ export default defineConfig({
}),
],
},
env: {
schema: {
GOOGLE_SPREADSHEET_ID: envField.string({
context: 'server',
access: 'secret',
}),
GOOGLE_SPREADSHEET_RANGE: envField.string({
context: 'server',
access: 'secret',
}),
},
},
})
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@
"dependencies": {
"@astrojs/vue": "^5.0.4",
"@fontsource-variable/montserrat": "^5.1.1",
"@googleapis/sheets": "^9.3.1",
"@headlessui/vue": "^1.7.23",
"@iconify-json/material-symbols": "^1.2.12",
"@vueuse/core": "^12.3.0",
"astro": "^5.1.7",
"memoize-fs": "^4.1.1",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.0",
"unplugin-icons": "^0.22.0",
"vue": "^3.5.13",
"vue3-popper": "^1.5.0",
"zod": "^3.24.1"
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@playwright/test": "^1.50.0",
Expand Down
Loading

0 comments on commit d69f355

Please sign in to comment.