This is the source of the Angular Austria Association website. It is built with Stencil.
npm inpm startPoint your Browser to http://localhost:5000
Run npx stencil generate to generate a new component.
To run the unit tests once, run:
npm test
To run the unit tests and watch for file changes during development, run:
npm run test.watch
To build the app for production, run:
npm run build_prodPushing any change to the master branch will trigger a production build and deployment to angular-austria.at