diff --git a/README.md b/README.md index e215bc4..a2a03c9 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,15 @@ -This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). +# 📂 FOIA Archive: DOJ Release -## Getting Started +> [!NOTE] +On December 20, 2025, the U.S Government released a significant volume of files and images related to the Epstein case via the Department of Justice (DOJ) website. Due to extreme public interest, the official government servers are currently experiencing high latency and intermittent downtime. -First, run the development server: +This repository serves as a high-performance mirror and development toolkit to ensure the public has stable, fast access to these documents. -```bash -npm run dev -# or -yarn dev -# or -pnpm dev -# or -bun dev +## Run the Setup +Simply run the following command in your terminal to prepare your environment and start the dev server: +```sh +chmod +x run.sh && ./run.sh ``` -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. - -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. - -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. - -## Learn More - -To learn more about Next.js, take a look at the following resources: - -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. - -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. - -Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. +> [!IMPORTANT] +This is a community-maintained mirror. While we strive for 1:1 accuracy with the official DOJ release, always verify critical information against the primary source at [justice.gov](https://www.justice.gov/epstein) once their traffic stabilizes diff --git a/app/file-browser.tsx b/app/file-browser.tsx index ce07420..706994c 100644 --- a/app/file-browser.tsx +++ b/app/file-browser.tsx @@ -17,6 +17,7 @@ import { import { CelebrityCombobox } from "@/components/celebrity-combobox"; import { CelebrityDisclaimer } from "@/components/celebrity-disclaimer"; import { useFiles } from "@/lib/files-context"; +import Link from 'next/link' const WORKER_URL = process.env.NODE_ENV === "development" @@ -748,9 +749,11 @@ export function FileBrowser() {