Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 532 Bytes

File metadata and controls

20 lines (13 loc) · 532 Bytes

Openstack Search Bar Widget

Search Bar embedded widget using RequireJS and Ractive.js.

Prerequisites

  • nvm (recommended) or Node.js 20+
  • Yarn

Building the widget

$ nvm use
$ make init
$ make

make init runs yarn install to fetch dependencies. make builds both the CSS and the minified JS bundle (embed.min.js).

You can test the result by opening example/index.html in a browser.