https://github.com/junekelly/cold-sneeze
A demo for sneeze.
https://github.com/junekelly/cold-sneeze
Last synced: about 1 month ago
JSON representation
A demo for sneeze.
- Host: GitHub
- URL: https://github.com/junekelly/cold-sneeze
- Owner: JuneKelly
- Created: 2016-10-03T21:06:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-06T17:47:47.000Z (over 9 years ago)
- Last Synced: 2025-01-09T04:30:47.137Z (over 1 year ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cold
A demo of [Sneeze](https://github.com/ShaneKilkelly/sneeze).
## Run
```
iex -S mix
```
Then visit localhost:4000 in a browser.
## Installation
If [available in Hex](https://hex.pm/docs/publish), 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
```
2. Ensure `cold` is started before your application:
```elixir
def application do
[applications: [:cold]]
end
```