The gw2efficiency Build Editor is a new online build editor for Guild Wars 2 using the official API to always have up-to-date skill, trait and gear data.
You can create a new issue to report a bug or request a new feature.
Note: This repository uses Yarn instead of NPM. Make sure it's installed before continuing.
- Clone this repository.
- Install all dependencies (
yarn
). - Run the development server with
yarn dev
.
Thank you for considering to contribute to the development of the build editor.
- Fork this repository.
- Install your fork locally (see Installation).
- Make your changes and commit them into a new branch. Try to follow the style of the existing code as closely as possible.
- Make sure linting and all existing tests pass with
yarn test
. - Create a pull request (PR) to this repository.
Please create a new branch/PR for every feature you are working on.
The gw2efficiency Build Editor is licensed under the MIT License.