Go to file
Hazel 7023c329a7
idk what happened here
2023-07-30 20:24:34 +02:00
assets Initial commit 2023-04-19 01:56:30 +01:00
config Initial commit 2023-04-19 01:56:30 +01:00
lib add mind control uwu 2023-07-30 20:18:19 +02:00
priv idk what happened here 2023-07-30 20:24:34 +02:00
.formatter.exs Initial commit 2023-04-19 01:56:30 +01:00
.gitignore Initial commit 2023-04-19 01:56:30 +01:00
Makefile Initial commit 2023-04-19 01:56:30 +01:00
README.md Initial commit 2023-04-19 01:56:30 +01:00
mix.exs bump v 2023-07-30 19:14:52 +02:00
mix.lock Initial commit 2023-04-19 01:56:30 +01:00
setup_prod.sh :3 2023-04-19 02:34:11 +01:00

README.md

KinkBio

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more