/bluesky-webclient

A React Material UI based web client developed in TypeScript to enable acquisition of data on the web with bluesky

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

TypeScript React app using Material UI for a Bluesky queueserver client.

Install it and run:

npm install
npm start

The client proxies to the server on port 8080, if it is running on a different port you will need to change that in the package.json (or just switch the server port to match using --port 8080 when launching it).