Kanelm - Kanban Board in Elm

Run it locally
Assume you already have Node and Elm installed, you can use either NPM or Yarn.
- Clone this project
- Install dependencies:
yarn
elm-package install
:bulb: Note: Use yarn since the yarn.lock dependency file is up to date.
- Create config file from example config:
cp src/example.config.js src/config.js
Create an account on https://jsonbin.io/ to obtain the Secret key, create a new JSON file on this site. Put the URL into your config.js. You can find your bin's URL here:

Be sure to append a https: suffix to the API URL in the config.js, otherwise the built version in kanban-app won't work.
Your config should look something like this: