Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

:blue_book: Erlang Spawned Shelter. Erlang and Elixir training with the best articles, videos, books and talks๐ŸŽ“

Awesome Lists containing this project

README

        

# [Spawned Shelter](http://spawnedshelter.com/) [![Build Status](https://travis-ci.org/unbalancedparentheses/spawnedshelter.svg?branch=master)](https://travis-ci.org/unbalancedparentheses/spawnedshelter)
A collection of the best articles, videos and presentations related to Erlang

![](https://raw.githubusercontent.com/unbalancedparentheses/spawnedshelter/master/screenshot.png)

## 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
```