lens @ 0acfc21f54745990d094b1e6e5de463d4d8a80a3

doc: Add dev requirements

Add some requirements to run the project.
 1diff --git a/README.md b/README.md
 2index e28adc9e0830f84e9f3c5f70fb14784907de293d..2b58f2377d4f6ced520608b61db5974e69fae2bf 100644
 3--- a/README.md
 4+++ b/README.md
 5@@ -1,20 +1,50 @@
 6 # IMG
 7 
 8 A read only file explorer with media capabilities.
 9+  
10+# Dev requirements
11+
12+## qtc
13+
14+It is used as template engine for html. To install it:
15+
16+```
17+go install  github.com/valyala/quicktemplate/qtc@latest
18+```
19+
20+## libvips
21+
22+Libvips[^1] is required by bimp [^2] used for image manipulation.
23+
24+## ffmpeg
25+
26+Used to generate video thumbnail.
27+
28+## sassc
29+
30+Sassc[^4] is used to generate the css file from sass.
31+
32+## Bulma
33+
34+Bulma is the css framework of choice for this project. It is added as sub-module, so don't forget to pull it.
35 
36 # TODO 
37 
38-* Thumbnail system
39-* Initial setup process
40-    * Also allow setup user config file
41+* ~~Thumbnail system~~
42+* ~~Initial setup process~~
43 * ~~Single binary output~~
44 * Better worker pool. Allow cron job and ui config
45 * Alpine package and demo site
46 * Single image viewer and show exif info (not sure how yet)
47-* User base root folder 
48-* Albuns
49+* ~~User base root folder~~
50+* Albums
51 * Testing. Since I still on initial iteration phases I'm not adding as many
52-  testing as I'd like to. Once I set on most of the design I'll add testing.
53-* Add testing agains db and memory[^1] in preparation for redis implementation
54+  testing as I'd like to. Once I set on most of the design I'll add more test
55+  (is this even done :thinking:).
56 
57-[^1]: https://github.com/alicebob/miniredis
58+[^1]: https://github.com/libvips/libvips
59+[^2]: https://github.com/h2non/bimg
60+[^3]: https://github.com/alicebob/miniredis
61+[^4]: https://github.com/sass/sassc
62+[^5]: https://github.com/photoview/photoview
63+[^6]: https://github.com/photoview/photoview#why-yet-another-self-hosted-photo-gallery