Skip to content

bybrooklyn/Epstein-Files-Browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epstein Files Archive

A lightweight static front-end to browse, preview, and download the Epstein Files archive (documents, media, and structured datasets).

Features

  • File explorer with search, preview pane, and toggle for full previews.
  • Hero card to download the full archive package.
  • Responsive layout tuned for wider screens and mobile fallbacks.
  • Footer with public-domain notice and GitHub repository link placeholder.

Getting Started

  1. Clone or download this repository.
  2. Open index.html in your browser. No build step is required; all assets are local.
  3. Ensure assets-manifest.js and the assets/ directory remain in place for file listing and downloads to work.

Regenerating the asset manifest

Use the provided helper to rebuild assets-manifest.json and assets-manifest.js after adding or removing files:

python generate_manifest.py --root assets --json assets-manifest.json --js assets-manifest.js

You can point --root to any folder of files you want to expose. The script writes relative paths (prefixing them with the root folder name) and sizes in bytes.

Customization

  • Update the GitHub link in the footer (index.html) to point to your repository.
  • Adjust copy, branding, or layout in index.html and styles.css as needed.
  • Modify interaction behavior in scripts.js (e.g., search, refresh, preview handling).

License

This site is dedicated to the public domain under CC0. See the footer link for details.

About

Epstein files browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors