(Draft 2 – Discourse tossed my first draft)
So I thought I’d take a look at the TiddlywikLinks development kit. I forked, cloned, and built the project.
When running the server:
npm run serve
it ran, but when I navigated to the web page, it threw a 404 error.
Then I ran
npm run build
After that, I could run the server. BUT, it only showed the output for 3 contributors. Since many of the issues centered around the organization of large numbers of tiddlers, I would like to see how it works with a larger work set.
Questions
How do I get it to retrieve the entire url collection?
How do I work on the project itself? Is there a backdoor? All the standard access to tiddlers is missing. Is there a way to turn it on, or do we do all the work in a code editor outside of the node event?
Thanks!