| -rw-r--r-- | .editorconfig | 10L |
| -rw-r--r-- | .github/dependabot.yml | 18L |
| -rw-r--r-- | .gitignore | 24L |
| -rw-r--r-- | .vscode/extensions.json | 4L |
| -rw-r--r-- | .vscode/launch.json | 11L |
| -rw-r--r-- | LICENSE | 661L |
| -rw-r--r-- | README.md | 5L |
| -rw-r--r-- | astro.config.mjs | 20L |
| -rw-r--r-- | package-lock.json | 7437L |
| -rw-r--r-- | package.json | 27L |
| -rw-r--r-- | postcss.config.cjs | 8L |
| -rw-r--r-- | public/favicon.svg | 9L |
| -rw-r--r-- | scripts/indexer/package-lock.json | 324L |
| -rw-r--r-- | scripts/indexer/package.json | 24L |
| -rw-r--r-- | scripts/indexer/src/index.ts | 384L |
| -rw-r--r-- | scripts/indexer/tsconfig.json | 101L |
| -rw-r--r-- | src/components/Checkbox.astro | 83L |
| -rw-r--r-- | src/components/DiffRenderer.astro | 13L |
| -rw-r--r-- | src/components/Pagination.astro | 139L |
| -rw-r--r-- | src/components/Preview.astro | 104L |
| -rw-r--r-- | src/components/Search.astro | 3L |
| -rw-r--r-- | src/env.d.ts | 11L |
| -rw-r--r-- | src/layouts/MSCLayout.astro | 21L |
| -rw-r--r-- | src/layouts/StartLayout.astro | 19L |
| -rw-r--r-- | src/pages/index.astro | 110L |
| -rw-r--r-- | src/pages/mscs/[id].astro | 41L |
| -rw-r--r-- | src/pages/results.astro | 584L |
| -rw-r--r-- | src/styles/global.scss | 20L |
| -rw-r--r-- | tailwind.config.mjs | 8L |
| -rw-r--r-- | tsconfig.json | 3L |