add all modules, better gradle setup, and elixir for server

This commit is contained in:
mae
2025-10-07 19:34:23 -05:00
parent 3efcca8651
commit e58cc0a1a6
40 changed files with 273 additions and 29 deletions

21
plt-server/README.md Normal file
View File

@@ -0,0 +1,21 @@
# PltServer
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `plt_server` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:plt_server, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/plt_server>.