| sidebar_position |
|---|
1 |
Make sure to have the following software installed
- node 22
git clone git@github.com:hpi-schul-cloud/schulcloud-client.gitInstall the packages
cd schulcloud-client
npm cinpm run buildThe last step is to start the dev server with.
npm run watchIf you want to change the instance you need to set an env variable
declare -x SC_THEME="n21"
node node_modules/gulp/bin/gulp.js clear-cache && node node_modules/gulp/bin/gulp.js
npm run watch