19 lines
284 B
Markdown
19 lines
284 B
Markdown
# dumptruck
|
|
|
|
## Development
|
|
|
|
```sh
|
|
gleam run # Run the project
|
|
gleam test # Run the tests
|
|
gleam shell # Run an Erlang shell
|
|
```
|
|
|
|
## TODO
|
|
|
|
- [x] Handle link GET
|
|
- [x] Handle link POST
|
|
- [ ] Handle file POST
|
|
- [ ] Handle file GET
|
|
- [ ] Web Frontend
|
|
- [ ] fix config loading from env
|