Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 576 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 576 Bytes

Contributing guidelines

Those guidelines are work in progress

Local development

Clone the repository.

Install the dependencies by running yarn (only tested with yarn v1) in the root directory:

yarn

Then build the packages:

lerna run build

Then serve the ui web app:

cd packages/@guijs/frontend-core
yarn run serve

And then in another terminal start the ui server (based on Apollo):

cd packages/@guijs/server-core
yarn run dev

You can also import the project into guijs and run the corresponding scripts! 😸