This is the source code for Kulinda's Guild Wars 2 Dye Browser.
Feel free to play around, learn from it, change it. If you do make improvements, I'd appreciate a pull request.
git clone
npm install
Some required files are not included in this repository.
- Put a 256x256 image into public/favicon.png (I'm using the icon for Unidentified Dye)
after that, try npm start. You need to know your way around react and create-react-app.
The source code in this git repository is distributed under the ISC license, see /LICENSE. Note that this license does not apply to any other files required to build this tool.