docs/DeveloperDocs/Meteor-bundle.md
tar -zxvf wekan-VERSION.tar.gzcd bundlemeteorWekan for Meteor.js bundle bug reports and feature requests
Build Meteor bundle from source
Note: building from source writes two directories that are easy to confuse.
.build/ is the release bundle (meteor build .build --directory, and
.build/bundle is what is deployed); _build/ is rspack's compiled output,
written by any Meteor compile, which Meteor reads the app's main modules from.
Both are generated and gitignored. See
Directory-Structure.md.