This is an adaptation of tensorflows' playground. Designed for DESY to present in the Open Day by Henry Day-Hall, with physics data supplied by Konrad Helms.
To run the visualization locally, run:
npm ito install dependenciesnpm run buildto compile the app and place it in thedist/directorynpm run serveto serve from thedist/directory and open a page on your browser.
For a fast edit-refresh cycle when developing run npm run serve-watch.
This will start an http server and automatically re-compile the TypeScript,
HTML and CSS files whenever they change.