Skip to content

edinsoncs/reaction

 
 

Repository files navigation

Reaction Circle CI Code Climate bitHound Code

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.

Installation

reaction-cli installation

npm install -g reaction-cli
reaction init

reaction-cli requires a recent version of npm.

npm i -g n
n stable

ImageMagick is optional, but required for transforming images for responsive sizing.

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

Additional setup options, such as how to set the default credentials, installation without reaction-cli, and Meteor installation 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.

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.

dashboard_and_new_tab

Status

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!

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 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.

Docker

Docker images are available on the Docker Hub. There are two images available: reactioncommerce:prequel - the latest development image and reactioncommerce:reaction, the master image.

Packages

No packages published

Languages

  • JavaScript 64.3%
  • HTML 21.7%
  • CSS 13.1%
  • Shell 0.9%