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

Setting up your Development Environment

Prerequisites

  1. Install a Node version manager
  2. Install Node
    • From the root of the project, run...
      • nodenv: nodenv install
      • nvm: nvm install $(cat .node-version)
  3. Install yarn

Testing Requirements

  1. wget
  2. java

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