Skip to main content

Getting started

Make sure to have the following software installed

  • node 18
git clone git@github.com:hpi-schul-cloud/schulcloud-client.git

Install the packages

cd schulcloud-client
npm ci
npm run build

The last step is to start the dev server with.

npm run watch

If 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