Installation

The installation is adviced to be done via a package-mananger like yarn or npm. It allows you to easily install the correct version, upgrade it and an have an overal easy installation process.

When yarn/npm is installed, simply add aevum as a dependency:

yarn add aevum
npm install aevum

If you don't want to use a package-manager or want/want to build it your own, simply clone the repo

git clone git@github.com:prefixaut/aevum.git

To build the project, please read further on how to build it on the Building Page

Last Updated: 9/16/2018, 3:03:02 AM