Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Kanban board built with Elm

License

NotificationsYou must be signed in to change notification settings

huytd/kanelm

Repository files navigation

Run it locally

Assume you already have Node and Elm installed, you can use either NPM or Yarn.

  1. Clone this project
  2. Install dependencies:
yarnelm-package install

💡 Note: Useyarn since theyarn.lock dependency file is up to date.

  1. Create config file from example config:
cp src/example.config.js src/config.js

Create an account onhttps://jsonbin.io/ to obtain the Secret key, create a new JSON file on this site. Put the URL into yourconfig.js. You can find your bin's URL here:

Be sure to append ahttps: suffix to the API URL in theconfig.js, otherwise the built version inkanban-app won't work.

Your config should look something like this:

module.exports={SECRET:'you-api-secret-here',URL:'https://api.jsonbin.io/b/{id-of-jsonbin-bin}'};

The initial data for your JSON file should be:

{"taskInput":"","tasks": [],"movingTask":null}
  1. Start the dev server:
yarn start

Deploy it on your server

To deploy it on your server, just runnpm build and copy the two files indist folder. It run as a static HTML page, so you can even put it on Github Pages.

Themes

To use dark theme, adddark class into `container**:

src/Main.elm

view:Model->HtmlMsgviewmodel=...      div[ class"container dark"][...

Light theme

Dark theme

About

Kanban board built with Elm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp