My personal website. https://comfycamp.space
Find a file
Ivan R. c6de8dce34
chore: remove tailwind
I prefer plain css files over tailwind.

I converted some default components,
but it's still a work in progress.
2024-07-06 21:25:42 +05:00
assets chore: remove tailwind 2024-07-06 21:25:42 +05:00
config chore: remove tailwind 2024-07-06 21:25:42 +05:00
lib chore: remove tailwind 2024-07-06 21:25:42 +05:00
priv chore: initialize empty phoenix project 2024-05-27 12:55:41 +05:00
test chore: initialize empty phoenix project 2024-05-27 12:55:41 +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 chore: remove tailwind 2024-07-06 21:25:42 +05:00
mix.lock chore: remove tailwind 2024-07-06 21:25:42 +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