Reaction Core provides a core set of methods and templates for creating, connecting, and managing user carts, sessions, products, checkout and orders for Reaction Commerce.
meteor add reactioncommerce:core
If this is a newly created Meteor project:
meteor remove insecure
meteor remove autopublish
meteor add nemo64:bootstrap
meteor add reactioncommerce:bootstrap-theme
meteor add reactioncommerce:reaction-accounts
Create client/themes/bootstrap/custom.reaction.json and client/themes/bootstrap/custom.bootstrap.json. These files configure the default LESS theme.
mkdir -p client/themes/bootstrap
curl -o client/themes/bootstrap/custom.bootstrap.json https://raw.githubusercontent.com/reactioncommerce/reaction/master/client/themes/bootstrap/custom.bootstrap.json
curl -o client/themes/bootstrap/custom.reaction.json https://raw.githubusercontent.com/reactioncommerce/reaction/master/client/themes/bootstrap/custom.reaction.json
You can find a list of published packages on Atmosphere
For a high level review our roadmap, take a look at the features page Reaction Vision
For grouping of development channels by feature see project milestones: https://github.com/reactioncommerce/reaction/milestones
And finally for the kanban-esque, hardcore real time progress view, take a look our waffle board
For development tasks/issues please use the Reaction project issues. We're keeping this as the central issue tracking for all reactioncommerce:* packages. You can also view issues on our waffle board.