Added note about idiomatic Elixir

This commit is contained in:
Alex Tavarez
2025-09-06 23:30:26 -04:00
parent 916584dfe9
commit 3764fdcf99

View File

@@ -2,7 +2,8 @@
This repository is to define a backend for, and to serve, my website. The code here is building upon the basis of a project structure and associated source code supplied by the [Elxir](https://elixir-lang.org/) [Phoenix](https://hexdocs.pm/phoenix/installation.html) web framework package(s)/module(s) and the associated CLI utilities.
This project is a WIP.
> [!NOTE]
> Not only is this a WIP, but this project is the first time I've ever used the Elixir programming language. As of yet, the source code is not written idiomatically.
## Execution and installation