Helheim is a free and open source Danish online community for alternative people.
Erlang25.0.2Elixir1.13.4-otp-25Python2.7.18Node.js18.4.0yarn1.21.1Imagemagick7.0.9-12PostgreSQL12.1Chromedriver2.36
The recommended way to install Erlang, Elixir, Python and Node.js is through the modular version manager asdf:
- https://github.com/asdf-vm/asdf
- https://github.com/asdf-vm/asdf-erlang
- https://github.com/asdf-vm/asdf-elixir
- https://github.com/danhper/asdf-python
- https://github.com/asdf-vm/asdf-nodejs
The remaining can be installed with Homebrew.
-
Get elixir dependencies:
mix deps.get -
Get node.js dependencies:
cd assets yarn cd .. -
Create, migrate and seed database:
mix ecto.setup -
Start server:
mix phx.server -
Load
localhost:4000in your preferred browser
We appreciate any contribution to Helheim. Check our CODE_OF_CONDUCT.md and CONTRIBUTING.md guides for more information