# Copy sample extension locally
npx degit https://github.com/loginradius-hackathon/lr-hackathon-lrbuddy
# Navigate into the directory
cd LRBuddy
# Install dependencies for both the extension and webview UI source code
npm run install:all
# Build webview UI source code ( generates the NLP model as well)
npm run build:webview
Once you are inside VS Code you can run the extension by doing the following:
- Press
F5to open a new Extension Development Host window - Inside the host window, open the command palette (
Ctrl+Shift+PorCmd+Shift+Pon Mac) and typeLRBuddy: chat