asheren / portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portal

Based on the How I start post, this is a simple elixir practice application to learn some of the syntax and structure I've been reading about.

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add portal to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:portal, "~> 0.1.0"}]
end
```
  1. Ensure portal is started before your application:
```elixir
def application do
  [applications: [:portal]]
end
```

About


Languages

Language:Elixir 100.0%