Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbrndnr/amphi
https://github.com/lbrndnr/amphi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lbrndnr/amphi
- Owner: lbrndnr
- Created: 2023-03-09T08:12:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T06:23:03.000Z (about 1 year ago)
- Last Synced: 2024-05-02T01:26:42.344Z (8 months ago)
- Language: Elixir
- Size: 14.6 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.