Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 845 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 845 Bytes

Sharpie

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. image

Production build. Sharp is not bundled. image

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev

Build the app for production

npm run build