mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
| .. | ||
| docs | ||
| scripts | ||
| standalone/src | ||
| webview | ||
| .eslintignore | ||
| .gitignore | ||
| .stylelintrc.json | ||
| BUILD.bazel | ||
| CHANGELOG.md | ||
| globals.d.ts | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| settings.gradle.kts | ||
| tsconfig.json | ||
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/