Discover books, shows, and movies at your level. Track your progress by filling your Shelf with what you find, and share with other language learners. *No dusting required.
shlf.space
···25curl -sLo ./static/files/alpinejs.min.js https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js
26```
2700000028To run:
29```bash
30SHLF_DEV=true go run cmd/server/main.go
···25curl -sLo ./static/files/alpinejs.min.js https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js
26```
2728+You will need to start a redis instance - using docker can simplify this
29+process greatly:
30+```bash
31+docker run -d --name shlf-redis -p 6379:6379 redis:latest
32+```
33+34To run:
35```bash
36SHLF_DEV=true go run cmd/server/main.go