From af4ecd12a3a26dc75a40a854848164de53933a5c Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Thu, 7 Mar 2024 15:56:21 -0500 Subject: [PATCH] Update README.md --- README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1342223..e7d558c 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,17 @@ # Nextline-web -The front-end web app of [Nextline](https://github.com/simonsobs/nextline). +The front-end web app of Nextline. -_Nextline_ allows line-by-line execution of concurrent Python scripts by -multiple users simultaneously from web browsers. Nextline is being developed as -a DAQ sequencer of the [Observatory Control System -(OCS)](https://github.com/simonsobs/ocs/). - -## Packages - -- [**nextline:**](https://github.com/simonsobs/nextline) (Python) The core functionality. Imported in _nextline-graphql._ -- [**nextline-graphql:**](https://github.com/simonsobs/nextline-graphql) (Python) The GraphQL API server -- [**nextline-web:**](https://github.com/simonsobs/nextline-web) (TypeScript) this package. The front-end web app. +_Nextline_ is a DAQ sequencer of the [Observatory Control System +(OCS)](https://github.com/simonsobs/ocs/). Nextline allows line-by-line +execution of concurrent Python scripts, which control telescopes, by multiple +users simultaneously from web browsers. ## How to run the Nextline front-end web app The section shows how to run the Nextline front-end web app. To start, you need -to know the URL of the [back-end GraphQL API +to know the URL of the [back-end API server](https://github.com/simonsobs/nextline-graphql). ### As a Docker container