No description
Find a file
Kevin Sivic 29ee714df7
All checks were successful
CI - Test, Build, and Push / test (push) Successful in 2m45s
CI - Test, Build, and Push / build-and-push (push) Successful in 52s
Add responsive mobile navigation with hamburger menu
- Desktop: horizontal navigation menu as before
- Mobile: hamburger dropdown menu with theme toggle visible
- Breakpoint at md (768px)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 17:18:36 -05:00
.claude Add business import feature with Mix task and admin UI 2025-12-01 00:57:46 -05:00
.forgejo/workflows Fix Docker image tag for hexpm/elixir 2025-12-01 09:39:07 -05:00
assets Add LiveView pages for business directory 2025-12-01 00:11:36 -05:00
config Add duplicate detection to business import 2025-12-01 08:14:42 -05:00
lib Add responsive mobile navigation with hamburger menu 2025-12-01 17:18:36 -05:00
priv Add Cleveland east suburbs business data 2025-12-01 08:15:06 -05:00
rel/overlays/bin Run migrations automatically on server startup 2025-12-01 14:22:38 -05:00
scripts Update site branding and navigation for LocalSpot 2025-12-01 00:15:09 -05:00
test Add duplicate detection to business import 2025-12-01 08:14:42 -05:00
.dockerignore Add Forgejo CI workflow and Docker build 2025-12-01 08:15:20 -05:00
.env.example Add docker-compose for production deployment 2025-12-01 14:03:20 -05:00
.formatter.exs Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
.gitignore Add docker-compose for production deployment 2025-12-01 14:03:20 -05:00
.tool-versions Initialize Phoenix LiveView project 2025-11-30 21:45:50 -05:00
AGENTS.md Add A-Frame architecture and Testing Without Mocks guidelines 2025-11-30 22:51:32 -05:00
docker-compose.yml Add docker-compose for production deployment 2025-12-01 14:03:20 -05:00
Dockerfile Fix Dockerfile: compile before assets.deploy 2025-12-01 10:19:28 -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