Artifact 0db635a0e8944e9ff8a9d9ffdc865c9bec0fc2da:
- File README.md — part of check-in [53d0a1441e] at 2016-01-10 05:34:32 on branch trunk — First commit (user: nalck size: 488)
# Antigone Antigone is a simple static site server. All files located in the `www` directory are matched and served. ## Installation If [available in Hex](https://hex.pm/docs/publish), the package can be installed as: 1. Add antigone to your list of dependencies in `mix.exs`: def deps do [{:antigone, "~> 0.0.1"}] end 2. Ensure antigone is started before your application: def application do [applications: [:antigone]] end