mirror of
https://github.com/MinecraftConsole/MinecraftLegacy.git
synced 2026-07-15 23:30:56 +00:00
main
TS conversion 1/2, upgrade logic & state management, react-router-dom
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
- Fork this repo
- Create a branch (
git checkout -b feature/thing) - Commit your changes
- Open a PR
For adding projects to the index, use the json repo instead.
License
Not affiliated with Mojang AB or Microsoft. "Minecraft" is a trademark of Mojang Synergies AB.
Languages
CSS
39.3%
JavaScript
35.3%
TypeScript
15.4%
HTML
10%
