[PIE-1] Initialise Project (!2)

Init Svelte project, Pocketbase backend, API connection, and mostly Dockerised
Co-authored-by: june <self@breadone.net>
Co-committed-by: june <self@breadone.net>
This commit was merged in pull request #2.
This commit is contained in:
2025-08-12 12:27:42 +12:00
committed by June
parent 6516da297c
commit e6344502fd
26 changed files with 3400 additions and 1 deletions

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Node modules
node_modules
# Build output
build
dist
.svelte-kit
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment files
.env
.env.*
# OS generated files
.DS_Store
Thumbs.db
# Editor directories and files
.vscode
.idea
*.swp
*.swo