This directory contains web assets for the Sourcegraph JetBrains plugin. The JetBrains plugin lives in the sourcegraph/jetbrains repository.
Run the following commands to build the assets.
pnpm i
pnpm build
# (optional) pnpm watchThe assets get generated to src/main/resources/dist, which are ignored by
git. The JetBrains plugin embeds the contents of that directory into the
plugin.
Run the following commands to preview the components in a standalone HTML file.
pnpm standalone && open http://localhost:3000/