polish README closes #158 #178
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -27,7 +27,7 @@ Most membership tools for clubs are either:
|
|||
|
||||
* **Simple**: Focused on what clubs really need — members, dues, communication.
|
||||
* **Usable**: Clean, accessible UI, GDPR-compliant, designed with everyday volunteers in mind.
|
||||
* **Flexible**: Custom fields, role-based permissions, and self-service for members.
|
||||
* **Flexible**: Customize what data you collect about members, role-based permissions, and self-service for members.
|
||||
|
simon marked this conversation as resolved
Outdated
|
||||
* **Truly open**: 100% free and open source — no lock-in, transparent code, self-host friendly.
|
||||
|
||||
Our philosophy: **software should help people spend less time on administration and more time on their community.**
|
||||
|
|
@ -106,8 +106,8 @@ cd mila
|
|||
asdf install
|
||||
|
||||
# Inside the repo folder:
|
||||
mix local.hex 2.1.1
|
||||
mix archive.install hex phx_new 1.7.20
|
||||
mix local.hex
|
||||
mix archive.install hex phx_new
|
||||
|
simon marked this conversation as resolved
Outdated
moritz
commented
We use phoenix 1.8 now We use phoenix 1.8 now
rafael
commented
I think we could even leave out the versions here completely and just assume the newest version of hex should work 🤔 I think we could even leave out the versions here completely and just assume the newest version of hex should work 🤔
|
||||
```
|
||||
|
||||
> Note: running `mix local.hex` must be done inside the repo folder,
|
||||
|
|
@ -161,8 +161,8 @@ Now you can log in to Mila via OIDC!
|
|||
|
||||
## 🏗️ Architecture
|
||||
|
||||
- **Backend:** Elixir, Phoenix 1.8, LiveView 1.1, Ash Framework
|
||||
- **Frontend:** Phoenix LiveView + TailwindCSS + Heroicons
|
||||
- **Backend:** Elixir, Phoenix, LiveView, Ash Framework
|
||||
|
simon marked this conversation as resolved
Outdated
rafael
commented
I think we could leave out the versions here, they don't add much relevant information and will become outdated quickly. I think we could leave out the versions here, they don't add much relevant information and will become outdated quickly.
|
||||
- **Frontend:** Phoenix LiveView + DaisyUI + Heroicons
|
||||
|
simon marked this conversation as resolved
Outdated
rafael
commented
I'd say DaisyUI instead of tailwind here, it's what you'll typically interact with most as a developer :) I'd say DaisyUI instead of tailwind here, it's what you'll typically interact with most as a developer :)
|
||||
- **Database:** PostgreSQL (via AshPostgres)
|
||||
- **Auth:** AshAuthentication (OIDC + password strategy)
|
||||
- **Mail:** Swoosh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue
I'm not sure if everyone reading this will know what "Custom fields" means. Maybe we could say something like
or