mirror of
https://github.com/MinecraftConsole/MinecraftLegacy.git
synced 2026-07-16 08:51:19 +00:00
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>
18 lines
290 B
Markdown
18 lines
290 B
Markdown
## What does this PR do?
|
|
|
|
<!-- Brief description of the change -->
|
|
|
|
## Type of change
|
|
|
|
- [ ] Bug fix
|
|
- [ ] New feature
|
|
- [ ] Styling/UI change
|
|
- [ ] Refactor
|
|
- [ ] Other
|
|
|
|
## Checklist
|
|
|
|
- [ ] `npm run build` passes
|
|
- [ ] Tested locally with `npm run dev`
|
|
- [ ] No unnecessary files included
|