Files
bookmeterplus/README.md
Krzysztof Płaczek dd1d01ba1e Add 2026 and README.md
2026-01-01 15:08:58 +01:00

487 B
Executable File

BOOKMETER PLUS

For a start let get the docker container going

docker compose up -d --remove-orphans

Vite

Then for development purposes execute:

bin/dev

This command will start server on port 5173. http://localhost:5173

Tailwind

If we want to rebuild tailwind styles then lets start this command in another terminal window:

bin/tailwindbuild

To download bookmeter json files there is a PHP script

php download_posts.ph