Andrew P. Harper 556ce19725 Add frontend scaffold, assets, and config
Initial project add: React + Vite frontend scaffold including index.html (with metadata and redirect), src files (App.jsx, main.jsx, styles.css), vite.config.js, and package.json. Adds README, MIT LICENSE, .gitignore, GitHub issue & PR templates, and a large collection of static assets (images, logos, loading screens, backgrounds, and audio). Prepares the repository for local development and deployment to Cloudflare Pages.

Co-Authored-By: uhalexz_ <152796233+uhalexz@users.noreply.github.com>
Co-Authored-By: Leighton Marley <65038774+lmarl3y@users.noreply.github.com>
Co-Authored-By: lolali054 <62222309+lolali054@users.noreply.github.com>
2026-03-05 23:15:46 -05:00

Minecraft Legacy Edition

Source code for minecraftlegacy.com

Website Discord


The Legacy Repository Index - a searchable, paginated directory of archived Minecraft source code, tools, launchers, and community projects. Built with React + Vite, powered by data from the json repo.

Setup

npm install
npm run dev

Runs on localhost:5173. Uses placeholder.json on localhost and projects.json in production.

Build

npm run build

Output goes to dist/.

Deploy

Deployed to Cloudflare Pages.

npm run build

Push the built dist/ output to your Cloudflare Pages project.

Stack

  • React 18
  • Vite 5
  • Minecraft font (typeface-minecraft)
  • Cloudflare Pages

Contributing

  1. Fork this repo
  2. Create a branch (git checkout -b feature/thing)
  3. Commit your changes
  4. Open a PR

For adding projects to the index, use the json repo instead.

License

MIT

Not affiliated with Mojang AB or Microsoft. "Minecraft" is a trademark of Mojang Synergies AB.
Description
No description provided
Readme MIT 153 MiB
Languages
CSS 39.3%
JavaScript 35.3%
TypeScript 15.4%
HTML 10%