frictionlessdata / livemark

Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
https://livemark.frictionlessdata.io
MIT License
95 stars 8 forks source link

Start the dev server immediately (build pages in background) #212

Open roll opened 1 year ago

roll commented 1 year ago

Overview

Currently, livemark starts waits for all the pages to be built; we don't need to wait for it as we can do it in background or use "lazy building"