Installation
If you want to download and run the web application locally, you can follow these steps:
Install Node.js on your system. You can download the latest version of Node.js from the official website.
Install Angular CLI globally by running the following command:
$ npm install -g @angular/cli@15.2.7
Clone the git repository by running the following command:
$ git clone git@github.com:belle2/display.git
Change the current directory into the cloned folder.
$ cd display
Run
npm install
to install the necessary dependenciesRun
npm start
orng serve
to start the development server.Navigate to
http://localhost:4200/
in your web browser to view the application.