elixir-http-base/readme.md

14 lines
83 B
Markdown
Raw Normal View History

2020-12-16 10:35:31 -06:00
# lyte.dev API
## Develop
```bash
iex -S mix
```
## Tests
```bash
mix test
```