Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.07 KB

SETUP.md

File metadata and controls

36 lines (26 loc) · 1.07 KB

Setup

All our dependencies can be installed by a little script. During the installation process you could be asked to type in your password to install everything that is needed.

Setup on OSX

Run scripts/setup.osx.sh to handle the installation process. The script does the following:

  • Install Homebrew.
  • Install git.
  • Install nvm.
  • Install the project node version.
  • Install Node dependencies.

Setup on Ubuntu

Run scripts/setup.ubuntu.sh to handle the installation process. The script does the following:

  • Update apt.
  • Install git.
  • Install nvm.
  • Install the project node version.
  • Install Node dependencies.