Skip to content

Installing Europa

Suyash Mahar edited this page Aug 28, 2020 · 1 revision

Europa supports different ways to run depending on your OS.

Installers/Packages

If your OS is supported, you can download the corresponding installer/package/standalone binary to run Europa.

Building from sources

To build from sources you will need npm (node package manager), once installed, run:

cd src
npm install
npm start
Clone this wiki locally