My personal website. https://comfycamp.space
Find a file
2024-08-25 23:15:33 +05:00
assets chore: adjust input/button colors 2024-08-25 23:15:33 +05:00
config fix: remove undefined function 2024-08-15 12:35:02 +05:00
lib style: run mix format 2024-08-25 23:04:41 +05:00
priv feat: save user info and approval status 2024-08-16 00:40:09 +05:00
rel/overlays/bin build: add Dockerfile, restore assets.deploy task 2024-08-14 22:28:21 +05:00
test chore(users): translate forms, fix colors 2024-07-22 21:12:29 +05:00
.dockerignore build: add Dockerfile, restore assets.deploy task 2024-08-14 22:28:21 +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
Dockerfile build: add Dockerfile, restore assets.deploy task 2024-08-14 22:28:21 +05:00
LICENSE.md Add license, improve readme 2023-10-15 11:25:48 +05:00
mix.exs feat: email delivery 2024-08-15 12:26:43 +05:00
mix.lock feat: email delivery 2024-08-15 12:26:43 +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