Create your own Technology Radar: A static site generator for a full featured Technology Radar. Features: Quadrants, Rings, Dashboard, Radar Visualization, Item History, Search etc..
It would be nice if as someone is editing, or adding markdown files, the Next.JS server Hot reloaded. Currently, this does not work because the actual data files are statically generated inside bin/techradar.
However, it would be great if something like chokidar or watchman could be used to listen for *.md changes, and rerun npm run build:data. Doing this manually seems to cause the change to be picked up and the page to reload instantly!
It would be nice if as someone is editing, or adding markdown files, the Next.JS server Hot reloaded. Currently, this does not work because the actual data files are statically generated inside bin/techradar.
However, it would be great if something like chokidar or watchman could be used to listen for *.md changes, and rerun
npm run build:data
. Doing this manually seems to cause the change to be picked up and the page to reload instantly!