Check .devcontainer/docker-compose.yml to fit your environment
Enter this commands to start Wekan Development:
$ cd .devcontainer
$ docker-compose build
$ docker-compose up -d
Visit localhost:3000 or whatever you entered in ROOT_URL
Code changes triggers a rebuild / redeploy
This was proposed in #604, and I now beleive it is actually good to provide
admin/maintainer scripts in the repository.
We still need to clean-up the language list, again as suggested in #604.
Add rules for eslint-plugin-meteor.
Use local version of eslint and eslint-plugin-meteor, instead of
relying on global versions. Ensures consistent versions of eslint and
eslint-plugin-meteor for all developers.
The UI and the internal APIs are still rough around the edges but the
feature is basically working. You can now select multiple cards and
move them together or (un|)assign them a label.