50a89c0 Show on GitHub

  • Author: MarsGotBars
  • Date: 10/6/2025, 12:13:57 PM
  • Message: Merge pull request #39 from fdnd-agency/fix/35-double-installation fix: #35 double installation
  • Stats: 1719 total changes (+1712 / -7)

Changed Files

  • .gitignore — +16 / -4 (20 changes)
  • .npmrc — +1 / -0 (1 changes)
  • CONTRIBUTING.md — +3 / -0 (3 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)