forked from skji/kink-bio
No description
- Elixir 50.4%
- HTML 27.8%
- CSS 16.3%
- JavaScript 5.1%
- Shell 0.3%
- Other 0.1%
|
|
||
|---|---|---|
| .vscode | ||
| assets | ||
| config | ||
| lib | ||
| priv | ||
| .formatter.exs | ||
| .gitignore | ||
| license | ||
| Makefile | ||
| mix.exs | ||
| mix.lock | ||
| readme.md | ||
| setup_prod.sh | ||
kink.bio
simple, private, no-bullshit kink sharing
contributing
updating the kink list
the list is located at priv/data/kinks.yaml
style guide
- concise: avoid phrases like "describes a ...", "is a ...", "getting aroused by ..."
- don't restate: explain with different words than the name of the kink
- hints, not sentences: no filler words just to make it flow nicer, and no trailing dot
testing locally
to setup a local dev environment:
- install dependencies with
mix deps.get - start phoenix with
iex -S mix phx.server - visit
localhost:4000
deploying
- run
./setup_prod.sh - visit
localhost:11142