Algolia Website Navigation Component
<algolia-nav>
is a web component that can renders Algolia website nav bar. Because it's written with Stencil that exports a native web component, you can use it in any website or web app.
To start running dev mode, run:
yarn && yarn start
When ready, your browser should be opened at localhost:3333
. Because this repository has been set up with stencil
cli, everything can be configured following stencil documentation (they have a great search engine btw 🔎)
In progress...