Preferred method update for our core application.
To get the latest updates via:
git pull --recurse-submodules
First,
git clone https://github.com/AirBastion/reaction.git
cd reaction
git submodule update --init --recursiveNow install dependencies via the cli tool.
npm install -g reaction-cliCreate your store:
reaction init
cd reaction
reactionYou can also run the app locally using docker-compose by running:
docker-compose upThis 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.