CI / build (push) Successful in 2m0s
Vite/React + shadcn/ui frontend with Superhuman-style keyboard nav (j/k/o/v/e/s/u, feed switching, localStorage caching for instant loads) backed by an Express API that polls the HN Firebase API into Postgres and serves cached feeds/comments. Instrumented with OpenTelemetry (traces/metrics/logs via OTLP/HTTP).
8 lines
174 B
Bash
8 lines
174 B
Bash
PORT=3012
|
|
POSTGRES_HOST=127.0.0.1
|
|
POSTGRES_PORT=5433
|
|
POSTGRES_DB=hnreader
|
|
POSTGRES_USER=hnreader
|
|
POSTGRES_PASSWORD=changeme
|
|
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
|