Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darthmaim/gw2builds
New online build editor for Guild Wars 2
https://github.com/darthmaim/gw2builds
build-editor guildwars2 gw2 javascript pwa react redux web-app website
Last synced: 28 days ago
JSON representation
New online build editor for Guild Wars 2
- Host: GitHub
- URL: https://github.com/darthmaim/gw2builds
- Owner: darthmaim
- License: mit
- Created: 2016-10-31T21:15:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T17:26:26.000Z (10 months ago)
- Last Synced: 2024-10-03T11:21:43.260Z (about 1 month ago)
- Topics: build-editor, guildwars2, gw2, javascript, pwa, react, redux, web-app, website
- Language: JavaScript
- Homepage: https://preview.gw2.be
- Size: 6.75 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ![gw2efficiency Build Editor](docs/github-banner.png)
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.
## Installation
Note: This repository uses [Yarn](https://yarnpkg.com/) instead of NPM.
Make sure it's installed before continuing.1. Clone this repository.
2. Install all dependencies (`yarn`).
3. Run the development server with `yarn dev`.## Contributing
Thank you for considering to contribute to the development of the build editor.
1. Fork this repository.
2. Install your fork locally (see [Installation](#installation)).
3. Make your changes and commit them into a new branch.
Try to follow the style of the existing code as closely as possible.
4. Make sure linting and all existing tests pass with `yarn test`.
5. Create a pull request (PR) to this repository.Please create a new branch/PR for every feature you are working on.
## License
The **gw2efficiency Build Editor** is licensed under the [MIT License](LICENSE).