No description
  • Elixir 50.4%
  • HTML 27.8%
  • CSS 16.3%
  • JavaScript 5.1%
  • Shell 0.3%
  • Other 0.1%
Find a file
2025-12-31 12:44:10 +01:00
.vscode recommend phoenix framework extension 2025-12-15 14:47:49 +00:00
assets migrate to latest phoenix 2025-12-19 19:32:12 +01:00
config migrate to latest phoenix 2025-12-19 19:32:12 +01:00
lib wip 2025-12-31 12:44:10 +01:00
priv wip 2025-12-31 12:44:10 +01:00
.formatter.exs upgrade to phoenix 1.7 2025-12-19 15:29:35 +01:00
.gitignore migrate to latest phoenix 2025-12-19 19:32:12 +01:00
license add license 2025-09-26 19:28:35 +02:00
Makefile Initial commit 2023-04-19 01:56:30 +01:00
mix.exs update tailwind dep 2025-12-19 19:42:35 +01:00
mix.lock migrate to latest phoenix 2025-12-19 19:32:12 +01:00
readme.md update readme 2025-12-15 14:40:38 +00:00
setup_prod.sh add tailwind.install and esbuild.install tasks 2025-12-19 19:48:45 +01:00

kink.bio

simple, private, no-bullshit kink sharing

contributing

updating the kink list

the list is located at priv/data/kinks.yaml

style guide

  1. concise: avoid phrases like "describes a ...", "is a ...", "getting aroused by ..."
  2. don't restate: explain with different words than the name of the kink
  3. hints, not sentences: no filler words just to make it flow nicer, and no trailing dot

testing locally

to setup a local dev environment:

  1. install dependencies with mix deps.get
  2. start phoenix with iex -S mix phx.server
  3. visit localhost:4000

deploying

  1. run ./setup_prod.sh
  2. visit localhost:11142