Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 554 Bytes

File metadata and controls

35 lines (27 loc) · 554 Bytes
sidebar_position
1

Getting started

Make sure to have the following software installed

  • node 22
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