- NodeJS version 14 or greater
It all starts with an application.
Navigate to the root of the project / repository you want to host your monorepo based microservice solution:
$ yarn create dolittle-app <Name of app>
For details on what a portal is, read more here.
Once you have an application you can create a microservice from the same location:
$ yarn create dolittle-microservice <Name of microservice>
Follow the questions and you should have a microservice added.