AirBastion / datacomm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reaction Commerce

Preferred method update for our core application.

To get the latest updates via: git pull --recurse-submodules

Install and create your first store

First,

git clone https://github.com/AirBastion/reaction.git
cd reaction
git  submodule update --init --recursive

Now install dependencies via the cli tool.

npm install -g reaction-cli

Create your store:

reaction init
cd reaction
reaction

You can also run the app locally using docker-compose by running:

docker-compose up

This will use the docker-compose.yml file. This can be used to evaluate the app locally (on all Operating Systems supported by Docker), however, for active local development or customization, it is better to run reaction outside of Docker for faster app builds.

Learn more on how to configure your project.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 83.7%Language:CSS 9.5%Language:HTML 6.7%Language:Shell 0.1%Language:Dockerfile 0.1%