Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 722 Bytes

new-laptop-setup.md

File metadata and controls

14 lines (11 loc) · 722 Bytes

New Laptop Setup

For setup of a new laptop, install the following:

  1. Homebrew: https://brew.sh
  2. Docker: https://docs.docker.com/docker-for-mac/install/
  3. Install https://code.visualstudio.com/download and then the recommended plugins
  4. Add your SSH key to Github: https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
  5. Download our source code: https://github.com/acterglobal/code
  6. Copy .env.example to .env and follow steps listed there to get environment variables in place
  7. Get docker running with command+shift+p and Docker up (check that command)

You may also optionally install:

  1. NVM: https://github.com/nvm-sh/nvm