Skip to content
Ryan Johnson edited this page May 3, 2018 · 7 revisions

Developer Setup

  1. Clone the master branch
    • git clone git@github.com:rackerlabs/helix-ui.git
  2. Install a Node version manager
  3. Install Node
    • From the root of the project, run...
      • nodenv: nodenv install
      • nvm: nvm install $(cat .node-version)
  4. Install yarn
  5. yarn install

QE Setup

  1. Follow instructions in Developer Setup
  2. Install wget
  3. Install/Update java

Designer Setup

  1. Clone the art branch
    • git clone -b art git@github.com:rackerlabs/helix-ui.git
  2. Install Sketch version 47 or later

Accessibility

Configuring your Mac for Keyboard Navigation

Certain browsers use the Mac OS system settings to apply keyboard navigation accessibility. To enable full keyboard navigation, enable the Keyboard setting shown in the image below.

MacOS keyboard settings

Clone this wiki locally