Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.16 KB

DEV (Under Development 🔧)

CI

DEV is an unofficial multiplatform (iOS, iPadOS, and macOS) app for https://dev.to website built with SwiftUI and Composable architecture

🧐 Why I am building this?

  1. Having fun with SwiftUI.
  2. Working with Composable Architecture.
  3. Developing a multiplatform application.
  4. Exploring Dev.to and its API.

👏🏻 Contributing 👏🏻

  1. Add this pre-commit file to your .git/hooks folder.
  2. Run this command from the root of this project directory chmod +x .git/hooks/pre-commit
  3. Any new changes should be added as an issue first.
  4. Your branch name should be started with the issue id (ex: #15-my-new-awesome-branch)
  5. Your commit should be started with the issue id (ex: #15 - my commit message)