{"id":13471332,"url":"https://github.com/huytd/kanelm","last_synced_at":"2025-04-09T20:13:52.196Z","repository":{"id":65638980,"uuid":"113928693","full_name":"huytd/kanelm","owner":"huytd","description":"Kanban board built with Elm","archived":false,"fork":false,"pushed_at":"2019-04-24T16:28:41.000Z","size":443,"stargazers_count":302,"open_issues_count":2,"forks_count":29,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-09T20:13:46.572Z","etag":null,"topics":["elm","kanban","trello"],"latest_commit_sha":null,"homepage":null,"language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huytd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-12T01:38:39.000Z","updated_at":"2025-01-08T00:31:43.000Z","dependencies_parsed_at":"2023-02-01T23:31:29.245Z","dependency_job_id":null,"html_url":"https://github.com/huytd/kanelm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huytd%2Fkanelm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huytd%2Fkanelm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huytd%2Fkanelm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huytd%2Fkanelm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huytd","download_url":"https://codeload.github.com/huytd/kanelm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103872,"owners_count":21048245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elm","kanban","trello"],"created_at":"2024-07-31T16:00:43.200Z","updated_at":"2025-04-09T20:13:52.148Z","avatar_url":"https://github.com/huytd.png","language":"Elm","funding_links":[],"categories":["Elm","others","Examples"],"sub_categories":["Other editors"],"readme":"# Kanelm - Kanban Board in Elm\n\n![](screenshot.gif)\n\n## Run it locally\n\nAssume you already have Node and Elm installed, you can use either NPM or Yarn.\n\n1. Clone this project\n2. Install dependencies:\n  ```\n  yarn\n  elm-package install\n  ```\n  \u003e :bulb: Note: Use `yarn` since the `yarn.lock` dependency file is up to date.\n3. Create config file from example config:\n\n```\ncp src/example.config.js src/config.js\n```\n\nCreate 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:\n\n![](jsonbin-url.png)\n\nBe sure to append a `https:` suffix to the API URL in the `config.js`, otherwise the built version in [kanban-app](https://github.com/huytd/kanban-app) won't work.\n\nYour config should look something like this:\n\n```javascript\nmodule.exports = {\n    SECRET: 'you-api-secret-here',\n    URL: 'https://api.jsonbin.io/b/{id-of-jsonbin-bin}'\n};\n```\n\nThe initial data for your JSON file should be:\n\n```json\n{\"taskInput\": \"\", \"tasks\": [], \"movingTask\": null}\n```\n\n4. Start the dev server:\n  ```\n  yarn start\n  ```\n\n## Deploy it on your server\n\nTo deploy it on your server, just run `npm build` and copy the two files in `dist` folder. It run as a static HTML page, so you can even put it on Github Pages.\n\n## Themes\n\nTo use dark theme, add `dark` class into `container**:\n\n**src/Main.elm**\n\n```elm\nview : Model -\u003e Html Msg\nview model =\n  ...\n      div [ class \"container dark\" ] [\n  ...\n```\n\nLight theme\n\n![](light-theme.png)\n\nDark theme\n\n![](dark-theme.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuytd%2Fkanelm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuytd%2Fkanelm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuytd%2Fkanelm/lists"}