GuildCrafts/interview-app

README and GO file (Add IDM and review)

Opened this issue · 0 comments

Edit go file to allow for easier IDM installation.

Make sure the README file has all installation steps so that new teams can easily set up their dev environments. See below steps.

  1. Make sure your IDM folder is on the same level as your Interview-App repo folder (but not within the Inverview-App folder)

  2. In interview-app terminal: ./go install_idm (this completes steps 9-16)

  • If node environment error appears, please do the following:
    1. Open a new terminal window and navigate to the IDM folder
    1. In terminal: cat ~/.npmrc
    1. Copy the token that follows "//registry.npmjs.org/:_authToken="
    1. In terminal (open with your text editor of choice): atom ~/.zshrc
    1. At the bottom of the file, add:
      export NPM_AUTH_TOKEN=--paste token--
      export NODE_ENV=development
    1. In terminal: source ~/.zshrc
  1. Follow steps 17-19 in the IDM readme file