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 | 056497801039c1b8f5d4600531f5c90dbd375a38 (patch) | |
tree | e653e9f0d03955e52d36939601ece1d1cc45a89c /extension/react-app/README.md | |
parent | 33027dab0031b4f499dd200737f314dac143ef4f (diff) | |
download | sncontinue-056497801039c1b8f5d4600531f5c90dbd375a38.tar.gz sncontinue-056497801039c1b8f5d4600531f5c90dbd375a38.tar.bz2 sncontinue-056497801039c1b8f5d4600531f5c90dbd375a38.zip |
READMEs
Diffstat (limited to 'extension/react-app/README.md')
-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. |