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

28
web/.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
#SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
#
#SPDX-License-Identifier: CC0-1.0
# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/