The schulcloud-client is the legacy part of the UI of the Schulcloud.
Please note that this client is deprecated. All new frontend work is done in Vue.js and can be found here: https://github.com/hpi-schul-cloud/nuxt-client
- Node.js and npm must be installed in the versions specified in package.json.
- Run
npm install. - Run
npm run buildto build static files. - Run
npm start(or another start script from package.json) to start the application.
For a full walkthrough of the local development environment, see the Getting Started guide.