Bingsu helps prevent linkrot by freezing (archiving) the hyperlinks in your documents.
npm run start
CtrlShiftI to open developer tools.
If you're running Bingsu in WSL, you need an X server running on the Windows side. The following work well:
Building binaries is straighforward. On the appropriate platform, just run one of the following commands:
npm run build:windows
npm run build:debian
npm run build:macos