my digital home https://inhji.de
Find a file
2023-06-09 20:08:42 +02:00
assets add tab support for textareas 2023-06-04 21:05:38 +02:00
config add cors_plug 2023-06-09 19:06:39 +02:00
lib improve error handling and logging for micropub_handler 2023-06-09 20:07:59 +02:00
priv add comments 2023-04-30 13:35:22 +02:00
rel/overlays/bin add release files 2023-03-06 10:24:36 +01:00
scripts pull from main 2023-03-27 09:28:18 +02:00
test add slugs for note and channel 2023-04-02 23:46:49 +02:00
.formatter.exs init 2023-03-05 16:07:40 +01:00
.gitignore ignore elixir_ls 2023-04-07 10:34:03 +02:00
.tool-versions init 2023-03-05 16:07:40 +01:00
Makefile add makefile 2023-03-25 10:39:06 +01:00
mix.exs fetch plug_micropub from main, fetch plug_cors 2023-06-09 20:07:46 +02:00
mix.lock fetch plug_micropub from main, fetch plug_cors 2023-06-09 20:07:46 +02:00
README.md init 2023-03-05 16:07:40 +01:00
renovate.json Add renovate.json 2023-03-18 08:11:50 +01:00

Chiya

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • 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