Helheim is a free and open source Danish online community for alternative people.
Erlang
25.0.2Elixir
1.13.4-otp-25Python
2.7.18Node.js
18.4.0yarn
1.21.1Imagemagick
7.0.9-12PostgreSQL
12.1Chromedriver
2.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:4000
in your preferred browser
We appreciate any contribution to Helheim. Check our CODE_OF_CONDUCT.md and CONTRIBUTING.md guides for more information