A Catalyst is a server that runs different services. These services currently work as the backbone for Decentraland. Some of these project are:
- Lighthouse - Communications coordinator
- Communications peer library
- Content Server
If you just want to run a Catalyst server, please check the Catalyst Owner repository. This repository is mostly used for developing.
For monitoring see the following doc
If using Visual Studio, please download:
yarn add husky
yarn husky install
yarn husky add .husky/pre-commit "yarn lint-staged"