My personal website. https://comfycamp.space
Find a file
2024-07-29 20:19:37 +05:00
assets feat: admin panel for notes 2024-07-29 16:19:47 +05:00
config test: configure database connection 2024-07-21 22:07:53 +05:00
lib feat: markdown parsing 2024-07-29 20:19:37 +05:00
priv feat: admin panel 2024-07-28 21:52:12 +05:00
test chore(users): translate forms, fix colors 2024-07-22 21:12:29 +05:00
.editorconfig Add a cinema page 2023-12-03 19:31:02 +05:00
.formatter.exs chore: initialize empty phoenix project 2024-05-27 12:55:41 +05:00
.gitignore chore: initialize empty phoenix project 2024-05-27 12:55:41 +05:00
docker-compose.yml chore: configure dev database 2024-06-15 15:49:09 +05:00
LICENSE.md Add license, improve readme 2023-10-15 11:25:48 +05:00
mix.exs feat: markdown parsing 2024-07-29 20:19:37 +05:00
mix.lock feat: markdown parsing 2024-07-29 20:19:37 +05:00
README.md chore: initialize empty phoenix project 2024-05-27 12:55:41 +05:00

Comfycamp

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