Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (25 loc) · 984 Bytes

README.MD

File metadata and controls

41 lines (25 loc) · 984 Bytes

Data-Forge Notebook viz plugin: text

The code for this plugin has been merged into the editor-core mono repo.

This is a visualization plugin for Data-Forge Notebook v2 that displays text.

Join the discussion on how user pluggable visualizations should work in DFN v2

Follow the developer on Twitter for news and updates

Checkout the main DFN code repository

Setup

You need Node.js installed to use this code.

Clone this repo then install dependenices:

npm install

Build and serve production version

npm start

Open a browser and navigate to http://localhost:1234/.

Build and serve in development

npm run start:dev

Build for production

npm run build