Scaffolded the OpenBudget app structure with initial pages, components, and data. Included features for compare, reform design, and about sections. Added base utilities, design system, and data handling modules.

This commit is contained in:
m17hr1l
2025-10-19 21:05:34 +02:00
commit 06a312d5e9
42 changed files with 79507 additions and 0 deletions

47
openbudget-app-scaffold/.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# Dependencies
node_modules
.pnp
.pnp.js
# Build outputs
dist
dist-ssr
*.local
build
out/*
!out/.gitkeep
# IDE - VSCode
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Debug & Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Testing
coverage
*.lcov
# TypeScript
*.tsbuildinfo
# OS
.DS_Store
Thumbs.db