Yōten: A social platform for tracking the essential points of your language learning yoten.app
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: remove need to manually install templ

Signed-off-by: brookjeynes <me@brookjeynes.dev>

author
brookjeynes
date (May 27, 2026, 1:17 PM +1000) commit 0cb0bb10 parent 62db624a change-id ummwokut
-4
-3
Dockerfile
··· 1 1 ARG GO_VERSION=1 2 2 FROM golang:${GO_VERSION}-bookworm as builder 3 3 4 - # Install the templ CLI tool for Go 5 - RUN go install github.com/a-h/templ/cmd/templ@latest 6 - 7 4 # Install the standalone Tailwind CSS CLI 8 5 RUN curl -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64 && \ 9 6 chmod +x tailwindcss-linux-x64 && \
-1
docs/hacking.md
··· 2 2 3 3 ## Required tools 4 4 - [tailwind-cli](https://tailwindcss.com/docs/installation/tailwind-cli) 5 - - [templ](https://templ.guide/quick-start/installation) 6 5 - [minify](https://github.com/tdewolff/minify/tree/master/cmd/minify) 7 6 - [redis](https://redis.io/) 8 7