Skip to content

Using a different branch

Josh Anderson edited this page Feb 7, 2019 · 1 revision
  1. clone the repo: git clone https://github.com/andersonshatch/soma-ctrl
  2. cd soma-ctrl
  3. Checkout the branch: git checkout <custom_branch_name_here>
  4. Install the dependencies: npm install
  5. Run node index.js with your normal set of options
Clone this wiki locally