Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 633 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 633 Bytes

Justice Democrats Website

The simplest Elixir app ever! No config required.

Requirements: Elixir 1.4+ (preferably 1.6, as this project uses mix format), and Node 6+.

Getting Started

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.

Components

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.