Installation

If you want to download and run the web application locally, you can follow these steps:

  1. Install Node.js on your system. You can download the latest version of Node.js from the official website.

  1. Install Angular CLI globally by running the following command:

    $ npm install -g @angular/cli@15.2.7
    
  2. Clone the git repository by running the following command:

    $ git clone git@github.com:belle2/display.git
    
  3. Change the current directory into the cloned folder.

    $ cd display
    
  4. Run npm install to install the necessary dependencies

  5. Run npm start or ng serve to start the development server.

  6. Navigate to http://localhost:4200/ in your web browser to view the application.