Note The latest code for the Vistorian project is now kept in the vistorian-monorepo repository. The code for the
vistorian-bookmarkbrowser
package is here
This repository contains the bookmark browser component.
The latest stable version can be installed into an npm project with npm install vistorian-bookmarkbrowser
.
Alternatively, for development:
git clone https://github.com/networkcube/vistorian-bookmarkbrowser
cd vistorian-bookmarkbrowser
npm install
npm start