Skip to content

Latest commit

 

History

History

README.MD

Data-Forge Notebook viz plugin: text

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