Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

ToasterLab/bingsu

Repository files navigation

Bingsu

Bingsu helps prevent linkrot by freezing (archiving) the hyperlinks in your documents.

Development

npm run start

Debugging the web pages

CtrlShiftI to open developer tools.

WSL

If you're running Bingsu in WSL, you need an X server running on the Windows side. The following work well:

Packaging

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