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
···2525curl -sLo ./static/files/alpinejs.min.js https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js
2626```
27272828+You will need to start a redis instance - using docker can simplify this
2929+process greatly:
3030+```bash
3131+docker run -d --name shlf-redis -p 6379:6379 redis:latest
3232+```
3333+2834To run:
2935```bash
3036SHLF_DEV=true go run cmd/server/main.go