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://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/docs/DeveloperDocs/Meteor.md

3.6 KiB

Videos about upgrading to Meteor 3

Upgrading to Meteor 3

Removing unused files

From Meteor Discord chat from someone:

Nice tool that I found out about today. I was able to remove 58 unused files, functions, exports, types and dependencies 😄

https://knip.dev

Lint

From Meteor Discord chat from someone:

We started using https://biomejs.dev to replace eslint and prettier on Galaxy 2, and it's been amazing. It's speedy, easy to configure, and has fewer packages to care about.

Just sharing it here in case someone has never heard about it before

Building WeKan

Similar technology