https://github.com/accessd/portal
Playing with Elixir
https://github.com/accessd/portal
Last synced: 2 months ago
JSON representation
Playing with Elixir
- Host: GitHub
- URL: https://github.com/accessd/portal
- Owner: accessd
- Created: 2015-12-01T09:30:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T10:25:38.000Z (over 9 years ago)
- Last Synced: 2025-01-21T00:04:36.454Z (3 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portal
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add portal to your list of dependencies in `mix.exs`:
def deps do
[{:portal, "~> 0.0.1"}]
end2. Ensure portal is started before your application:
def application do
[applications: [:portal]]
end