No description
Find a file
Kevin Sivic 67657bf717 Add pre-commit hook for formatting and tests
- Add scripts/pre-commit hook that runs format check and tests
- Add mix hooks.install alias to install the hook
- Document git hooks in AGENTS.md
- Fix test database config to use local user

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 21:58:08 -05:00
assets Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
config Add pre-commit hook for formatting and tests 2025-11-30 21:58:08 -05:00
lib Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
priv Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
scripts Add pre-commit hook for formatting and tests 2025-11-30 21:58:08 -05:00
test Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
.formatter.exs Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
.gitignore Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
.tool-versions Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
AGENTS.md Add pre-commit hook for formatting and tests 2025-11-30 21:58:08 -05:00
mix.exs Add pre-commit hook for formatting and tests 2025-11-30 21:58:08 -05:00
mix.lock Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
README.md Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00

Localspot

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