Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 719 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 719 Bytes

Tom Servo

A very simple server written in Elixir

Documentation on Hex

Installation

If available in Hex, the package can be installed by adding servo to your list of dependencies in mix.exs:

def deps do
  [
    {:tom_servo, "~> 0.1.0"}
  ]
end

Running Application

The command to run the top level app that starts everything is:

mix run --no-halt

Documentation

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/atparkweb_servo.