parrot-extension/src/gui
Jeff Moe 4af1867185 Custom onboarding default 2024-05-07 13:15:15 -06:00
..
editorInset Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
public Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
src Custom onboarding default 2024-05-07 13:15:15 -06:00
.gitignore Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
README.md Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
index.html Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
package-lock.json Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
package.json Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
postcss.config.cjs Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
tailwind.config.cjs Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
tsconfig.json Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
tsconfig.node.json Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00
vite.config.ts Merge in continue v0.8.25-vscode 2024-05-07 10:55:41 -06:00

README.md

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.