Skip to content

drschrod/WeatherApp

Repository files navigation

WeatherApp

Environment Setup

Mac

  1. Install brew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  2. Install cocoapods via brew brew install cocoapods
  3. Install xcode command line tools
  4. Run initial setup
    # From the root project directory...
    make initial-setup

Windows

WIP

# From the root project directory...
make initial-setup

How to run

Specifically how to run after initially setting up. If you close the project or reboot your computer for whatever reason and want to start working on the project again use these commands:

make run-ios

Linting:

To run the linter just run:

make lint or make lint-fix

The linter will catch and fix any syntax/styling errors for you

Make auto completion in terminal

Run these set of commands if using ZSH

compaudit | xargs chmod g-w
echo `zstyle ':completion:*:*:make:*' tag-order 'targets'` >> ~/.zshrc
echo `autoload -U compinit && compinit` >> ~/.zshrc

If you're not using zsh, reference this on instructions how to switch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •