Setup Development Tools

In this article we are preparing for the development process for tasks document by installing some extra tools.

Running locally goes through installing all the tools it takes to run our application locally.

Setup database connection in Sequel Pro.

Setup VSCode (Visual Studio Code).

Setup Git-Town

  1. Install git-town.

    brew install git-town
  2. Open terminal using mac's spotlight (Command+Space).

  3. cd into your glue-stack directory.

    cd development/glue-stack
  4. Run the git-town setup.

    git-town config setup
  5. Select master as our main branch

  6. Don't select any perennial branches.

Setup oh-my-zsh

Last updated