No description
- Beacon map defaults to just the marker at zoom 11. A daisyUI toggle switch shows/hides the estimated-coverage cell layer; the coverage info line and tier legend are hidden unless the toggle is on. - Beacon detail list replaced with a compact dl grid (2-4 columns). Lat/lon rounded to 5 decimals, power/height/beamwidth formatted via Beacon.format_mw/1 so no more "2.5e3" scientific notation or "280.0". format_mw/1 hoisted onto the schema so index and show share it. - About page no longer uses prose classes (this project doesn't load @tailwindcss/typography). Headings, lists, and paragraphs now use explicit utility classes so they render as intended. |
||
|---|---|---|
| .forgejo/workflows | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| test | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -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
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix