Robert Brennan 22a9a28e46 Update intro message (#569) 1 year ago
..
.husky fa87352b45 Correctly change directory (#325) 2 years ago
public d5c28a47bc Fix frontend index.html head section (#53) 2 years ago
src 22a9a28e46 Update intro message (#569) 1 year ago
.env 1be355436d Expose LiteLLM model names in backend (#370) 1 year ago
.eslintrc 0a8a857d00 fix: apply settings without explicit change (#541) 1 year ago
.prettierrc.json 38628c106f Add formatting and linting for typescript components (#32) 2 years ago
README.md 1be355436d Expose LiteLLM model names in backend (#370) 1 year ago
index.html d5c28a47bc Fix frontend index.html head section (#53) 2 years ago
package-lock.json 3e6508b7f1 Update Langchains Agent, rename to Monologue (#402) 1 year ago
package.json dab86c4a77 Style improve fe layout and interaction (#385) 1 year ago
postcss.config.js 658b860d04 feat: support tailwind and daisyUI (#266) 2 years ago
tailwind.config.js dab86c4a77 Style improve fe layout and interaction (#385) 1 year ago
tsconfig.json cac687508f cra -> vite (#47) 2 years ago
vite-env.d.ts cac687508f cra -> vite (#47) 2 years ago
vite.config.ts 4c1d278d14 fix: use 127.0.0.1 for api proxy (#535) 1 year ago

README.md

Getting Started with the OpenDevin Frontend

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

npm run build

Builds the app for production to the dist folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Terminal

The OpenDevin terminal is powered by Xterm.js.

The terminal listens for events over a WebSocket connection. The WebSocket URL is specified by the environment variable VITE_WS_URL (prepending VITE_ to environment variable names is necessary to expose them).

A simple websocket server can be found in the /server directory.