Skip to content

VaradaJnana/reaction

 
 

Repository files navigation

#Reaction Circle CI Gitter

The Reaction commerce platform provides a reactive, real-time architecture and design that puts usability and user experience on the same priority as the development experience.

Reaction is a Meteor application built with Meteor, Node.js, MongoDB, Javascript and CoffeeScript.

See: [Package Repository for Reaction] (https://atmospherejs.com/?q=reactioncommerce)

##Installation

Node.js and NPM are required. Install from http://nodejs.org/

To install Meteor + Reaction, and start the latest release:

curl https://install.meteor.com | /bin/sh
git clone https://github.com/reactioncommerce/reaction.git
cd reaction && git checkout master
meteor

There is also an executable script that you run. Additional installation options are in the developer documentation.

Note: for windows installation you also need:

  • OpenSSL
  • Visual Studio 2008 redistributables
  • Git + mysgit
  • ImageMagick

##Status

Current status: Pre-Beta

Currently good for contributing/observing progress, testing. It goes without saying that we're constantly refactoring, even things that are functionally done. We do not recommend using for production usage yet, unless you are very comfortable with the code, and aren't risk averse. There are still many parts in development!

The latest reactioncommerce:reaction Docker image can be found on the Reaction Commerce public Docker repo. The image is built from the latest master repository changes.

For a high level review our roadmap, take a look at the vision 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

##Feedback

GitHub Issues

Best way to let us know is to use GitHub issues on the Reaction project.

Chat Room

Join us on our Gitter chat room to discuss, communicate, and share community support.

##Core Vision

  • Fast, clean, and easy to use for end users as well as store owners.
  • Full functionality / matching feature sets that you would expect from Magento, Shopify, Spree, etc.
  • A focus on marketing - it's easy to have products, order processing and customer records. Translating that to conversions and traffic are often the difficult component.
  • Leveraging data from social networks, and Reaction itself to present actionable merchandising data
  • Limited separation of administrative functionality and "front end". Same template should be used to edit/create/read views.
  • Realtime data,statistics and event tracking built in from the beginning throughout, and provide actionable information.
  • As modular as possible so that any package can be customized/overwritten - i.e.: need a special order processing process, then override/extend the default
  • Core packages to enable site should be a simple and generic as possible, layering complexity by adding packages through a package store ('app store') approach
  • Common marketing and SEO practices should be fundamental core features
  • UI/UX should be as intuitive as possible, rethinking traditional methods (adding a product should be as easy as buying one)
  • Pages/routes only used when user would potentially share/bookmark
  • Realtime synchronization across platforms/browsers
  • Cross platform, responsive focus - should work well natively, without native apps.
  • Migration paths from existing commerce platforms (Magento, Shopify, BigCommerce)
  • reactioncommerce:core package can be used as a package in meteor applications
  • Designer and developer friendly!
    • HTML/CSS/Javascript or CoffeeScript knowledge should be sufficient for customization. ES6 / ECMAScript 2015 migration in the near future.
    • Commercial package and theme development encouraged.
    • All contributors should be rewarded. please contact us

#Developer Documentation

Getting started guide

Installation

Guidelines

Methods

Package Development

Theme Development

i18n Translations

Template Development

##Code Repositories

Hey! Where's all the code!? Most of it is in the reaction-core package...

We welcome pull requests to the latest development version branch.

##Reaction

Team Reaction is a project of Ongo Works. We also have some light reading on our blog, for those curious about who we are.

Packages

No packages published

Languages

  • Shell 50.4%
  • HTML 27.8%
  • CoffeeScript 21.8%