Those guidelines are work in progress
Clone the repository.
Install the dependencies by running yarn (only tested with yarn v1) in the root directory:
yarnThen build the packages:
lerna run buildThen serve the ui web app:
cd packages/@guijs/frontend-core
yarn run serveAnd then in another terminal start the ui server (based on Apollo):
cd packages/@guijs/server-core
yarn run devYou can also import the project into guijs and run the corresponding scripts! 😸