This repo allows users to interact with lightcurves in the browser.
Users can run this locally by following the README in simonsobs/lightserve to run the server (requires Docker Desktop, as well).
Once the server is running locally, do the following:
git clone git@github.com:simonsobs/lightserve.git
cd lightserve
npm install
npm run dev
Note: The client is expecting the server to be running at http://127.0.0.1:8000
via this line of code. Ensure the SERVICE_URL
matches lightserve
's URL.