Add 2026 and README.md
This commit is contained in:
28
README.md
28
README.md
@@ -0,0 +1,28 @@
|
||||
## BOOKMETER PLUS
|
||||
|
||||
|
||||
For a start let get the docker container going
|
||||
```bash
|
||||
docker compose up -d --remove-orphans
|
||||
```
|
||||
|
||||
### Vite
|
||||
Then for development purposes execute:
|
||||
```bash
|
||||
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:
|
||||
|
||||
```bash
|
||||
bin/tailwindbuild
|
||||
```
|
||||
|
||||
To download bookmeter json files there is a PHP script
|
||||
|
||||
```bash
|
||||
php download_posts.ph
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user