+7
docs/hacking.md
+7
docs/hacking.md
···
4
4
- [tailwind-cli](https://tailwindcss.com/docs/installation/tailwind-cli)
5
5
- [templ](https://templ.guide/quick-start/installation)
6
6
- [minify](https://github.com/tdewolff/minify)
7
+
- [redis](https://redis.io/)
7
8
8
9
## Running yōten
9
10
···
25
26
curl -sLo ./static/files/alpinejs.min.js https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js
26
27
# Toast components
27
28
curl -sLo ./static/files/htmx-toaster.min.js https://unpkg.com/htmx-toaster@0.0.20/dist/htmx-toaster.min.js
29
+
```
30
+
31
+
You will need to start a redis instance - using docker can simplify this
32
+
process greatly:
33
+
```bash
34
+
docker run -d --name yoten-redis -p 6379:6379 redis:latest
28
35
```
29
36
30
37
To run: