git clone https://github.com/[user]/1v1-lol.git cd 1v1-lol npm install npm run build # Generates /build folder
| Path | Purpose | Key Files | |------|---------|------------| | /build/ | Minified production assets | index.html , static/js/main.chunk.js | | /public/ | Static assets & manifest | favicon.ico , robots.txt , manifest.json | | /src/ | React/TypeScript source (if uncompiled) | App.tsx , gameEngine/ , networking/ | | /docs/ | Often misused as Pages deployment root | README.md , deployment guide | github 1v1 lol