Core & Plugin Development
Local Development Setup
First, clone the necessary repositories:
Use pwd
to retrieve the fully qualified path for each engine, then modify each of the following files to point to the relevant local dependencies:
cortex/Gemfile
cortex/spec/dummy/package.json
cortex-starter/Gemfile
cortex-starter/package.json
For example:
cortex-starter/Gemfile
cortex-starter/package.json
Lastly, re-install dependencies in the relevant projects.
Running Test Suite
Initialize the dummy application:
To run Ruby and JavaScript specs, utilize:
Last updated