Electron app for creating Guild Wars 2 builds, publishing a static build site, and syncing it to GitHub Pages.
- GitHub device-flow auth
- First-time setup for a dedicated
axiforgerepository - Automatic Pages workflow setup + status polling
- Native build editor for:
- profession
- three specialization lines + trait picks
- heal / utility / elite skills
- optional equipment notes + tags
- Data-driven editor catalog from Guild Wars 2 API
- Wiki summary panel for selected traits/skills
- Static site publish to
site/*in youraxiforgerepo
- Create a GitHub OAuth App and copy its Client ID.
- Create
.envand set the client ID:
cp .env.example .env- Install dependencies:
npm install- Start app:
npm startnpm run devTo reset dev profile data:
npm run dev:clean