Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lbrndnr/amphi


https://github.com/lbrndnr/amphi

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Amphi

To start the server, run

```
docker-compose up -d
# install and setup dependencies
mix setup
# if any outstanding migrations
mix ecto.migrate
mix phx.server
```

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.