bluesky / bluesky-webclient

A React Material UI based web client developed in TypeScript to enable acquisition of data on the web with bluesky
BSD 3-Clause "New" or "Revised" License
12 stars 8 forks source link

Dynamically load the beamlines tab #90

Closed gwbischof closed 2 years ago

gwbischof commented 2 years ago

Read the beamline name from the environment variable REACT_APP_BEAMLINE. Use this to look up which beamline tab to display. This environment variable can't be set with the export command, it either needs to be put into the .env file, or supplied along with the yarn start command.