dundalek / markmap

Visualize markdown documents as mindmaps
MIT License
1.7k stars 175 forks source link

ReferenceError: d3 is not defined #21

Closed ruediman closed 6 years ago

ruediman commented 6 years ago

Thank you for this wonderful project!

I try to run the file: "example.view.js" from the console - what am I doing wrong? Did install d3 already...

dundalek commented 6 years ago

Hi, example.view.js shows how to do rendering in the browser. So to run it you need to start a web server and then open index.html in your web browser.