Awesome
DEV (Under Development 🔧)
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?
- Having fun with SwiftUI.
- Working with Composable Architecture.
- Developing a multiplatform application.
- Exploring Dev.to and its API.
👏🏻 Contributing 👏🏻
- Add this pre-commit file to your
.git/hooks
folder. - Run this command from the root of this project directory
chmod +x .git/hooks/pre-commit
- Any new changes should be added as an issue first.
- Your branch name should be started with the issue id (ex: #15-my-new-awesome-branch)
- Your commit should be started with the issue id (ex: #15 - my commit message)