Skip to content

dejohansson/casebound

Repository files navigation

📚 Casebound

Visualize your digital bookshelves!

Quality Gate Status

Integrations

Platform           Status Notes
logo Literal
Open Library 🚧
logo Goodreads Goodreads no longer issues new developer keys for their public API.
logo StoryGraph As of 2022-06-26, StoryGraph does not offer a public API. Follow the development over at their feature page.

Legend: ✔ - Supported, 🚧 - Under development, ❌ - Not supported

Build

Clone and navigate to the repository.

git clone https://github.com/dejohansson/casebound.git
cd ./casebound

Install the latest npm dependencies.

npm install

Build and package as a web app.

npm run build:web

Build and package as a Lively wallpaper.

npm run build:lively

The build files can be found in the dist folder.

Development

Clone and navigate to the repository.

git clone https://github.com/dejohansson/casebound.git
cd ./casebound

Install the latest npm dependencies.

npm install

Start the development server as a web app

npm run dev:web

or as a lively wallpaper

npm run dev:lively