Initial front end

This commit is contained in:
2024-10-31 16:20:52 +02:00
commit 2f3045eea0
22 changed files with 7385 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
**/node_modules
# next.js
**/.next/
**/out/
# misc
**/.DS_Store
**/*.pem
# debug
**/npm-debug.log*
# env files (can opt-in for commiting if needed)
**/.env*
# typescript
**/*.tsbuildinfo
**/next-env.d.ts
# images
**/public/**