- Clone repo with all submodules via
git clone --recurse-submodules https://github.com/Make-Your-School/mks-welcome.git. Consider using ssh link instead of https. - Install npm on your system. npm website
- Run
sudo npm install -g corepackandsudo npm i -g @quasar/clito install the dependencies needed - Go into the repo folder with
cd ./mks-welcome - Run
yarninstall dependencies of the project - Run
quasar devto start the application. Follow the link in the logs to open the page
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 installquasar devyarn lint
# or
npm run lintyarn format
# or
npm run formatquasar buildto 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.
See Configuring quasar.config.js.
for your locally:
.git/modules/YourRePoName/config
[remote "origin"]
url = http://github.com/
replace with
[remote "origin"]
url = git@github.com:
git submodule foreach "(git pull)&"git submodule foreach "(git checkout main; git push)&"git submodule foreach "(git add .; git commit -a -m 'bulk-update readme.md')&"git submodule foreach "(git commit -a -m 'bulk-update readme.md')&"git submodule foreach "(git push)&"