feat(web): Initial web branch

This commit is contained in:
Linnea Gräf
2024-11-17 00:58:02 +01:00
parent 92034c8501
commit d268521054
13 changed files with 4056 additions and 0 deletions

11
web/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}