/reaction

Reaction Commerce

Primary LanguageHTMLOtherNOASSERTION

Reaction Circle CI Code Climate Gitter

Reaction is a modern reactive, real-time event driven ecommerce platform.

Reaction is built with JavaScript (ES6), Meteor, Node.js and works nicely with Docker.

Status

  • 0.13.x Master ( stable )
  • 0.13.x - 0.14.x Development ( latest )

Reaction is expected to have a stable codebase ready for some production configurations within the next couple of major releases. Be aware though, that we're updating frequently. Even existing structures that are functionally done are getting frequent updates to ensure we're current with the most current libraries available to us.

Currently good for contributing, observing progress, and testing. We'd encourage due diligence in production usage, be very comfortable with the code, and risk tolerant. There are still many parts in development!

Docs

Installation, configuration and development documentation is available on docs.reactioncommerce.com

The Reaction documentation source is located in the reaction-docs repository, while the documentation site is the reactioncommerce/redoc application.

Installation

Reaction requires Meteor, Node, npm and ImageMagick

Developers using Windows should review the Windows specific installation requirements for Meteor and Reaction.

curl https://install.meteor.com | /bin/sh # installs Meteor
git clone https://github.com/reactioncommerce/reaction.git
cd reaction
meteor npm install
./reaction

Additional setup options, such as how to set the default credentials, can be found in the installation and configuration documentation.

Note: When using a standalone MongoDB server, make sure you are using version 2.6 or later.

Roadmap

With ongoing feature development, and strong community contributions, we have a fluid roadmap.

For a high level review our roadmap, take a look at the Reaction vision page.

For grouping of development channels by feature, review the project milestones.

And finally for the kanban-esque, hardcore real time progress overview of Reaction, take a look our waffle board

Feedback

Create a GitHub Issue on the Reaction project to report an issue.

Visit the Reaction discourse forum to engage with the core team and community on new feature requests, or get community support with customization of Reaction.

Join us on our Gitter chat room to engage with other Meteor and Reaction users.

Packages

Meteor Atmosphere packages for Reaction

Docker images are available on the Docker Hub.