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

Latest commit

 

History

History
33 lines (20 loc) · 713 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 713 Bytes

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