Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 673 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 673 Bytes

User Agent

This project implements a prototype of the User Agent. It is developed using Angular 16.

Development Environment Setup

  1. Install Node.js 20:
sudo apt install nodejs
  1. Install and update Node Package Manager (NPM):
sudo apt install npm
sudo npm install -g npm
  1. (Optional) Install Angular CLI:
sudo npm install -g @angular/cli

Quick Start

The following commands help setting up the User Agent:

ng serve    # Starts development server on http://localhost:4200/.
ng build    # Builds the User Agent to ./dist/user-agent.