Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.5 KB

File metadata and controls

67 lines (42 loc) · 1.5 KB
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 8
  • 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.