Krzysztof Płaczek 264caa2686 Add missing tags.
2026-01-29 07:57:49 +01:00
2026-01-01 10:34:28 +01:00
2026-01-29 07:57:49 +01:00
2025-08-04 09:02:50 +02:00
2026-01-01 15:25:55 +01:00
2026-01-29 07:57:49 +01:00
2026-01-01 15:25:55 +01:00

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

To compile production version execute this command:

bin/build
Description
No description provided
Readme 242 KiB
Languages
HTML 38.5%
CSS 33%
JavaScript 25%
PHP 2.4%
Dockerfile 0.7%
Other 0.4%