git clone --recurse-submodules REPONAME
git submodule add https://github.com/XXXX
- list all mks repos https://github.com/search?q=user%3As-light+mks-&type=repositories
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
yarn format
# or
npm run format
quasar build
to update the renderd version on github just push to the main branch. later we will change this so you can only diretly push into a dev branch. then there will be a release that merges this into main and with this merge triggers the deployment.