The superhero-dashboard is the UI for instance-wide configuration and data manipulation in the Schulcloud ecosystem. It is used by so called superheros.
It is a client-server application based on Handlebars and Express.js.
- 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 run watch(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.