diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-05-28 00:40:10 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-05-28 00:40:10 -0400 |
commit | 91f86ca0fdcd6dbbc8470fc41ef1ecf83ffa480f (patch) | |
tree | f41e6d84879e563aad7db1189c8673d4e94f586e /extension/react-app | |
parent | 1224995acad250a17ee64ba2329b831248fbf658 (diff) | |
download | sncontinue-91f86ca0fdcd6dbbc8470fc41ef1ecf83ffa480f.tar.gz sncontinue-91f86ca0fdcd6dbbc8470fc41ef1ecf83ffa480f.tar.bz2 sncontinue-91f86ca0fdcd6dbbc8470fc41ef1ecf83ffa480f.zip |
READMEs
Diffstat (limited to 'extension/react-app')
-rw-r--r-- | extension/react-app/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extension/react-app/README.md b/extension/react-app/README.md new file mode 100644 index 00000000..006b6b11 --- /dev/null +++ b/extension/react-app/README.md @@ -0,0 +1,3 @@ +# Continue React App + +The Continue React app is a notebook-like interface to the Continue server. It allows the user to submit arbitrary text input, then communicates with the server to takes steps, which are displayed as a sequence of editable cells. The React app should sit beside an IDE, as in the VS Code extension. |