-
Notifications
You must be signed in to change notification settings - Fork 3
Building World of Addons from Source
Lam edited this page Oct 19, 2019
·
6 revisions
You can download the latest World of Addons release here.
World of Addons is cross platform, it supports Windows, Linux, and MacOS. For now, Linux and MacOS users will need to clone the repo and build from source.
The following steps detail how to build World of Addons locally.
- Install Node (https://nodejs.org/en/download/)
- Clone Repo
git clone https://github.com/WorldofAddons/worldofaddons.git
- Install dependencies
npm install
- Build
npm run build
- Run
npm start
- (Extra Step) Package Windows release
npm run build && npm run package-win
World of Addons is not affiliated with World of Warcraft or Blizzard Entertainment. We do not claim ownership over any addon or website that distributes addons. All addons or websites mentioned belong to their respective authors.