1. Clone the repo: `git clone https://scm.cms.hu-berlin.de/callidus/machina-callida.git`
1. Clone the repo: `git clone https://scm.cms.hu-berlin.de/callidus/machina-callida.git`
2. Move to the newly created folder: `cd machina-callida/mc_frontend`
2. Move to the newly created folder: `cd machina-callida/mc_frontend`
3. Run `npm install`
3. Run `npm install`
4. Run `npm install -g @angular/cli` (you may need `sudo`).
4. Run `npm install -g @angular/cli` (you may need `sudo`). Optional: Install the Ionic CLI for additional command-line utilities: `npm i -g @ionic/cli`.
5. Check that the Angular command line interface is installed by running `ng --version`. It should print the version of the Angular CLI.
5. Check that the Angular command line interface is installed by running `ng --version`. It should print the version of the Angular CLI.
6. Run `npm start`.
6. Run `npm start`.
If you already ran `npm install` and the CLI still complains about missing dependencies, install them one by one using `npm install DEPENDENCY_NAME`.
If you already ran `npm install` and the CLI still complains about missing dependencies, install them one by one using `npm install DEPENDENCY_NAME`.