A small story webpage answering the question: Is Vienna’s public transport really improving?
git clone https://github.com/stingscreen/InformationDesignSS2026TuWien.git
cd InformationDesignSS2026TuWienMake sure you have Node.js and npm installed first. Then just run:
npm installTo start a local development server, run:
ng serveOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.
To build the project run:
ng buildThis will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.