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.
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.
Run scripts/setup.ubuntu.sh
to handle the installation process. The script does the following: