JuneKelly / cold-sneeze

A demo for sneeze.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cold

A demo of Sneeze.

Run

iex -S mix

Then visit localhost:4000 in a browser.

Installation

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

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

About

A demo for sneeze.


Languages

Language:Elixir 100.0%