https://github.com/unbalancedparentheses/spawnedshelter
  
  
    :blue_book: Erlang Spawned Shelter. Erlang and Elixir training with the best articles, videos, books and talks🎓 
    https://github.com/unbalancedparentheses/spawnedshelter
  
elixir erlang erlang- erlang-learning erlang-otp erlang-vm
        Last synced: 7 months ago 
        JSON representation
    
:blue_book: Erlang Spawned Shelter. Erlang and Elixir training with the best articles, videos, books and talks🎓
- Host: GitHub
 - URL: https://github.com/unbalancedparentheses/spawnedshelter
 - Owner: unbalancedparentheses
 - License: bsd-3-clause
 - Created: 2014-04-24T16:16:37.000Z (over 11 years ago)
 - Default Branch: master
 - Last Pushed: 2021-04-04T11:59:08.000Z (over 4 years ago)
 - Last Synced: 2024-04-14T15:34:28.571Z (over 1 year ago)
 - Topics: elixir, erlang, erlang-, erlang-learning, erlang-otp, erlang-vm
 - Language: CSS
 - Homepage: https://spawnedshelter.com/
 - Size: 5.03 MB
 - Stars: 349
 - Watchers: 43
 - Forks: 48
 - Open Issues: 7
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- fucking-awesome-awesomeness - by @unbalancedparentheses
 - fucking-lists - spawnedshelter
 - awesomelist - spawnedshelter
 - more-awesome - @unbalancedparentheses - bookmarks#readme). (Programming Languages)
 - collection - spawnedshelter
 - lists - spawnedshelter
 - awesome-awesomeness - by @unbalancedparentheses
 
README
          # [Spawned Shelter](http://spawnedshelter.com/) [](https://travis-ci.org/unbalancedparentheses/spawnedshelter)
A collection of the best articles, videos and presentations related to Erlang

## Contribute!
The [Spawned Shelter](http://spawnedshelter.com/) website is autogenerated thanks to pandoc from a markdown file. If you want to change the content of the website you only have to send a pull request modifying this [file](https://github.com/unbalancedparentheses/spawnedshelter/blob/master/src/content.md).
## Build instructions
To build Spawned Shelter, the following requirements must be met:
- [npm](https://www.npmjs.com/)
- [pandoc](http://pandoc.org/installing.html)
- [imagemagick](http://www.imagemagick.org/script/binary-releases.php)
Download the dependecies:
```
make deps
```
Compile Spawned Shelter to the build dir:
```
make
```