Getting Started Clone the repository: git clone https://github.com/kortvarsel/countdown.git Install dependencies: npm install Run the development server: ng serve Open your browser and navigate to http://localhost:4200/ Project Structure src/: Contains the source code of the Angular application. src/app/: Contains the main application code. src/assets/: Contains static assets like the font. src/index.html: The main HTML file of the application. angular.json: Configuration file for Angular CLI. Development Run ng serve for a dev server. The application will automatically reload if you change any of the source files. Run ng build to build the project for production.