Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 687 Bytes

File metadata and controls

16 lines (11 loc) · 687 Bytes

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

Vistorian-bookmarkbrowser

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