Files
MinecraftLegacy/README.md
2026-04-03 00:33:03 +01:00

68 lines
1.5 KiB
Markdown

<div align="center">
<img src=".github/logo.png" alt="Minecraft Legacy Edition" width="480" />
<br/>
### Source code for [minecraftlegacy.com](https://minecraftlegacy.com)
[![Website](https://img.shields.io/badge/minecraftlegacy.com-222?style=for-the-badge&logo=firefox&logoColor=88bb55)](https://minecraftlegacy.com)
[![Discord](https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=fff)](https://discord.gg/MinecraftLegacy)
---
</div>
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](https://github.com/MinecraftConsole/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](https://github.com/MinecraftConsole/json) instead.
## License
[MIT](LICENSE)
<div align="center">
<sub>Not affiliated with Mojang AB or Microsoft. "Minecraft" is a trademark of Mojang Synergies AB.</sub>
</div>