Clone/Fork the repo and run the following command
npm installNote on the AI search plugin
@igniteui/reveal-ai-pluginpowers the AI search box. It is published to a private GitHub Packages feed under the@igniteuiscope, so most contributors cannot download it -npm installwill log a401 Unauthorizedfor that one package.This is expected and safe to ignore. The plugin is an optional dependency, so the install still succeeds, and the site builds and runs normally - only the AI search box is missing. The build prints a line confirming it was skipped.
If you need the AI search box locally, you must have read access to the
@igniteuipackage feed (ask the team that publishes the plugin - being a member of the Reveal org is not sufficient on its own). Then export a GitHub PAT with theread:packagesscope before installing:export PLUGIN_PAT=<your_github_pat> # macOS/Linux $env:PLUGIN_PAT="<your_github_pat>" # Windows PowerShell npm install
English
npm startJapanese
npm run start:jaEnglish
npm run write-translationsJapanese
npm run write-translations:janpm run build