setup icon indicating copy to clipboard operation
setup copied to clipboard

New Computer, Who Dis? – Setup new development box with a single script

Results 2 setup issues
Sort by recently updated
recently updated
newest added

You have to install NodeJS, npm, and Yarn for a new computer to get the setup working. This overhead could be slimmed down by packaging the project as a binary...

enhancement

1. Open a fresh new computer terminal 2. Run `yarn` 3. Application continues past the Homebrew install check, but subsequent steps fail because `brew` hasn't been added to `PATH`

bug