src/ ├── pages/ │ ├── Home.tsx │ ├── LoadoutBuilder.tsx │ ├── Profile.tsx │ └── NotFound.tsx └── App.tsx If you want to work locally using your own IDE, you can clone this repo and push changes.