You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project uses drivelist to get the list of drives, fetches a random image from https://picsum.photos and uses it for the drive label after resizing it with sharp. It stores the data using sqlite3.
Dev build. Sharp works perfecrtly okay.
Production build. Sharp is not bundled.
Install the dependencies
npm install
Start the app in development mode (hot-code reloading, error reporting, etc.)