Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 560 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 560 Bytes

Contributing

Setup

pyenv

Node.js is built with GYP, so we need to have the right Python version.

  1. Install pyenv.
  2. Install Python using pyenv install.

nodenv

Next install Node.js.

  1. Install nodenv.
  2. Install Node.js using nodenv install.

direnv

Now install direnv to get things setup automatically when you cd to the project directory.

  1. Install direnv.
  2. Follow the steps to hook it into your shell.