cody-web-experimental
TypeScript icon, indicating that this package has built-in type declarations

0.2.7 • Public • Published

Cody standalone web app

Status: experimental (currently is used by Sourcegraph Web client)

The cody-web-experimental package implements a standalone web app/components for Cody Web.

To run demo standalone web app:

If the demo app doesn't load, it could be because there's an invalid token stored in local storage or in your IndexDB.

To clear the token, open the browser dev tools and run localStorage.removeItem('accessToken'). To clear tokens in IndexDB, open browser dev tools and go to applications tab and clear IndexDB tables for http://localhost:5777 domain.

How to run within Sourcegraph client

  • Build cody-web-experimental package by running pnpm build
  • Register package local link with pnpm link --global
  • Go to the Sourcegraph repository and create a link with pnpm link cody-web-experimental --global
  • Run Sourcegraph sg start or sg start web-standalone

Readme

Keywords

none

Package Sidebar

Install

npm i cody-web-experimental

Weekly Downloads

0

Version

0.2.7

License

Apache-2.0

Unpacked Size

24.3 MB

Total Files

42

Last publish

Collaborators

  • vovakulikov