Skip to content

Commit

Permalink
Add more details to README
Browse files Browse the repository at this point in the history
  • Loading branch information
damms005 authored Apr 1, 2024
1 parent d6a007c commit 723629e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Sharpie
This project uses [drivelist](https://github.com/balena-io-modules/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](https://github.com/lovell/sharp). It stores the data using [sqlite3](https://github.com/TryGhost/node-sqlite3).

> Dev build. Sharp works perfecrtly okay.
![image](https://github.com/damms005/sharpie/assets/9839355/905d088f-cf1f-4c99-a520-758d0de7da99)


> Production build. Sharp is not bundled.
![image](https://github.com/damms005/sharpie/assets/9839355/c8a95a40-b940-4256-9c21-2c624af4d2e8)

A Quasar Project

## Install the dependencies
```bash
Expand All @@ -15,8 +22,5 @@ npm run dev

### Build the app for production
```bash
quasar build
npm run build
```

### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).

0 comments on commit 723629e

Please sign in to comment.