The simplest Elixir app ever! No config required.
Requirements: Elixir 1.4+ (preferably 1.6, as this project uses mix format
),
and Node 6+.
Running it:
npm install
mix deps.get
mix phx.server
You will get errors on your form submissions if you don't have Actionkit secret keys, but that's ok.
This is a simple website that uses (CosmicJS)[https://cosmicjs.com] for Content Management, and posts its results to the Actionkit API using our Elixir Actionkit API wrapper (https://github.com/justicedemocrats/actionkit_ex).
Currently using Webpack + Stylus.