github.com/grafana/pyroscope@v1.18.0/public/README.md (about)

     1  # Frontend
     2  
     3  ## tl;dr
     4  
     5  ```bash
     6  yarn install
     7  # Make sure you have the backend running after building with EMBEDASSETS="".
     8  # Note the frontend is accessible via localhost:4041.
     9  yarn dev
    10  ```
    11  
    12  ## Overrides
    13  
    14  This repository currently uses [grafana/pyroscope] components, which then are overridden as necessary,
    15  using typescript's alias and webpack alias configuration. See [tsconfig.json] and [webpack.common.js]
    16  for more info.
    17  
    18  [tsconfig.json]: ../tsconfig.json
    19  [webpack.common.js]: ../scripts/webpack/webpack.common.js
    20  
    21  ### Guidelines for imports
    22  
    23  It may be confusing to see different imports, so let's go over the most common examples:
    24  
    25  `@pyroscope` -> Refers to code in this repository. Note that this is needed since other
    26  downstream repositories may use this repository, and they also may want to override specific files.