Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 491 Bytes

2048

Swift UI 2048 App

Setup

  • Install SwiftLint
  • Install SwiftFormat
    • brew install swiftlint swiftformat
  • Copy Config/pre-commit to the project's local .git/hooks directory.
    • cp Config/pre-commit .git/hooks && chmod +x .git/hooks/pre-commit