Warning, /phoenix-eic-event-display/README.md is written in an unsupported language. File is not indexed.
0001 # Phoenix EIC Event Display
0002
0003 ## Migration
0004
0005 ⚠️ This project has migrated to https://github.com/eic/firebird. ⚠️
0006
0007 ## Quickstart
0008
0009 ### Create an EIC GLTF geometry file
0010
0011 At this point, no GLTF geometry for EIC is bundled in this repository. This is in order to avoid large data blobs in the repository during periods of rapid development iterations. In order to build an EIC GLTF file, please consider the repository https://github.com/eic/root-to-gltf-exporter. We will aim to build GLTF files as a standard step in the geometry checks pipeline.
0012
0013 ### Start the Phoenix EIC Event Display
0014
0015 You can start the event display app in one of the following two ways:
0016 ```
0017 npm start
0018 ```
0019 or
0020 ```
0021 ng serve
0022 ```
0023 You can access the app at the URL that is printed to the screen.
0024
0025 ## Angular development notes
0026
0027 This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.5.
0028
0029 ### Development server
0030
0031 Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
0032
0033 ### Code scaffolding
0034
0035 Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
0036
0037 ### Build
0038
0039 Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
0040
0041 ### Running unit tests
0042
0043 Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
0044
0045 ### Running end-to-end tests
0046
0047 Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
0048
0049 ### Further help
0050
0051 To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.