88fb251 Show on GitHub

  • Author: MarsGotBars
  • Date: 9/25/2025, 4:03:48 PM
  • Message: Merge pull request #9 from fdnd-agency/feature/base-setup Feature/base setup
  • Stats: 1716 total changes (+1709 / -7)

Changed Files

  • .gitignore — +16 / -4 (20 changes)
  • .npmrc — +1 / -0 (1 changes)
  • README.md — +37 / -3 (40 changes)
  • jsconfig.json — +13 / -0 (13 changes)
  • package-lock.json — +1499 / -0 (1499 changes)
  • package.json — +19 / -0 (19 changes)
  • src/app.html — +12 / -0 (12 changes)
  • src/lib/assets/favicon.svg — +1 / -0 (1 changes)
  • src/lib/index.js — +1 / -0 (1 changes)
  • src/routes/+layout.svelte — +13 / -0 (13 changes)
  • src/routes/+page.svelte — +2 / -0 (2 changes)
  • static/fonts/roboto-variable.ttf — +0 / -0 (0 changes)
  • static/fonts/space-grotesk-variable.ttf — +0 / -0 (0 changes)
  • static/fonts/space-mono-bold.ttf — +0 / -0 (0 changes)
  • static/fonts/space-mono-regular.ttf — +0 / -0 (0 changes)
  • static/general.css — +73 / -0 (73 changes)
  • static/robots.txt — +3 / -0 (3 changes)
  • svelte.config.js — +13 / -0 (13 changes)
  • vite.config.js — +6 / -0 (6 changes)