Skip to content

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.

Building from Source

The following steps detail how to build World of Addons locally.

  1. Install Node (https://nodejs.org/en/download/)
  2. Clone Repo git clone https://github.com/WorldofAddons/worldofaddons.git
  3. Install dependencies npm install
  4. Build npm run build
  5. Run npm start
  6. (Extra Step) Package Windows release npm run build && npm run package-win