Skip to content

Latest commit

 

History

History
 
 

README.md

Sourcegraph Code Search for IntelliJ

This directory contains web assets for the Sourcegraph JetBrains plugin. The JetBrains plugin lives in the sourcegraph/jetbrains repository.

Building the assets

Run the following commands to build the assets.

pnpm i
pnpm build
# (optional) pnpm watch

The 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.

Previewing the assets locally

Run the following commands to preview the components in a standalone HTML file.

pnpm standalone && open http://localhost:3000/