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
Install git-town.
brew install git-town
Open terminal using mac's spotlight (Command+Space).
cd into your glue-stack directory.
cd development/glue-stack
Run the git-town setup.
git-town config setup
Select master as our main branch
Don't select any perennial branches.
Setup oh-my-zsh
Last updated