The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only. https://wekan.fi
Find a file
Maxime Quandalle 8b5fd09ff3 Fix layout on Apple devices
The layout issue was related to the lack of autoprexing for CSS
properties. c69f993 did improve the reload time significantly but for
that I had to replace `mquandalle:stylus` by the core `stylus`
package. Unfortunatly it is currently difficult to run an autoprefixer
with the core CSS compilers (as reported in
https://github.com/meteor/meteor/issues/5219).

So instead we rely on `nib` which transparently define some mixins for
autoprefixing, the only restrictions being that we have to manually
`@import 'nib'` on top of stylus files.

Fixes #461
2016-01-02 14:26:48 +01:00
.meteor Upgrade the version of mquandalle:jade 2015-12-26 23:31:21 +01:00
client Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
config Share the router configuration between the client and the server 2015-12-28 23:13:20 +01:00
i18n Pull translations from Transifex 2015-12-22 22:18:55 +01:00
meta Support Heroku one-click deploy 2015-09-10 18:07:33 +02:00
models Send invite email in the server console in development mode 2016-01-01 13:31:54 +01:00
public Fix the favicon 2015-08-29 13:34:36 +02:00
server Don't publish private boards meta-data to former members 2015-12-21 18:05:40 +01:00
.editorconfig Add editorconfig support 2015-10-12 17:41:09 +02:00
.eslintrc Force new lines at the end of files 2015-12-30 17:03:27 +01:00
.gitignore Add eslint-plugin-meteor 2015-10-27 17:40:38 +01:00
.travis.yml Adapt CI 2015-10-27 18:01:44 +01:00
app.json Mention Heroku one-click-install on the release notes 2015-09-10 19:20:19 +02:00
CHANGELOG.md Release 0.10.1 2015-12-30 19:36:08 +01:00
Contributing.md Create a security disclosure process 2015-10-21 17:59:33 +02:00
docker-compose.yml Add a docker-compose configuration file 2015-09-06 19:25:55 +02:00
Dockerfile Call me Wekan 2015-08-28 09:52:20 +02:00
LICENSE Renaissance 2015-05-12 19:33:50 +02:00
package.json Update eslint-plugin-meteor to 1.7.0 2015-10-29 18:47:39 +01:00
README.md Add Scalingo one-click deploy 2015-12-14 15:20:16 +01:00
sandstorm-pkgdef.capnp Release 0.10.1 2015-12-30 19:36:08 +01:00
sandstorm.js Fix avatar support on Sanstorm 2015-12-30 19:36:01 +01:00
scalingo.json Add Scalingo one-click deploy 2015-12-14 15:20:16 +01:00

Wekan

Join the chat

Wekan is an open-source and collaborative kanban board application.

Whether youre maintaining a personal todo list, planning your holidays with some friends, or working in a team on your next revolutionary idea, Kanban boards are an unbeatable tool to keep your things organized. They give you a visual overview of the current state of your project, and make you productive by allowing you to focus on the few items that matter the most.

Our roadmap is self-hosted on Wekan

Wekan supports most features you would expect of it including a real-time user interface, cards comments, member assignations, customizable labels, filtered views, and more.

Since it is a free software, you dont have to trust us with your data and can install Wekan on your own computer or server. In fact we encourage you to do that by providing one-click installation on Heroku or [Sandstorm] sandstorm_market platforms and verified Docker images.

Deploy

Deploy to Scalingo

Wekan is released under the very permissive MIT license, and made with Meteor.

Our roadmap is self-hosted on Wekan