To build mjolnir, you have to have installed `yarn` 1.x and Node 14. ```bash git clone https://github.com/matrix-org/mjolnir.git cd mjolnir yarn install yarn build # Copy and edit the config. It *is* recommended to change the data path. cp config/default.yaml config/development.yaml nano config/development.yaml node lib/index.js ```