aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-17 23:19:43 -0500
committerChristian Cleberg <[email protected]>2026-03-17 23:19:43 -0500
commit32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5 (patch)
treeee36d421d704e508d5617d803b4c8cbdb4804fe1 /README.md
parent8f2057c53e9009c2529c9c4849c914666c0e4b40 (diff)
downloadhutch-32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5.tar.gz
hutch-32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5.tar.bz2
hutch-32ad6cab8d58d99ebd8a28e8fa6e6f4e587cb1e5.zip
v1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md102
1 files changed, 102 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..95d8895
--- /dev/null
+++ b/README.md
@@ -0,0 +1,102 @@
+# Hutch
+
+<div style="display: flex; align-items: center; border: 1px solid #ccc; border-radius: 10px; padding: 10px; width: 300px; background-color: #f9f9f9;">
+ <img src="https://img.cleberg.net/apps/hutch/logo/hutch_light.png" alt="Hutch App Logo" style="border-radius: 50%; width: 60px; height: 60px; margin-right: 10px;">
+ <div>
+ <h2 style="margin: 0; font-size: 20px; color: #333;">Hutch</h2>
+ <h3 style="margin: 0; font-size: 14px; color: #777;">An iOS client for Sourcehut</h3>
+ </div>
+</div>
+
+
+![Hutch App Logo]()
+
+## Table of Contents
+
+- [Introduction](#introduction)
+<!-- - [Features](#features)
+- [Screenshots](#screenshots) -->
+- [Installation](#installation)
+- [Usage](#usage)
+- [Contributing](#contributing)
+- [License](#license)
+- [Contact](#contact)
+
+## Introduction
+
+**Hutch** is a native Swift client on iOS for [Sourcehut](https://sr.ht).
+
+<!-- TODO
+
+## Features
+
+- **Seamless Integration**: Effortlessly connect to your sr.ht account.
+- **Repository Access**: View and manage your repositories in one convenient
+ location.
+- **Ticket Management**: Create and track tickets associated with your projects.
+- **Profile Management**: Update your account description, keys, and
+ preferences.
+
+For a complete list of features, visit [here](http://example.com/features).
+
+## Roadmap
+
+- **Build Notifications**: Get real-time updates on your builds and status
+ changes.
+- **Dashboard Access**: View and manage your projects in one convenient
+ location.
+
+To see future planned features and updates, check out the project roadmap
+[here](http://example.com/roadmap).
+
+## Screenshots
+
+Here are some screenshots of the app in action:
+
+![Screenshot 1](https://img.cleberg.net/apps/hutch/screenshots/repositories.png)
+![Screenshot 2](https://img.cleberg.net/apps/hutch/screenshots/builds.png)
+![Screenshot 3](https://img.cleberg.net/apps/hutch/screenshots/tickets.png)
+![Screenshot 4](https://img.cleberg.net/apps/hutch/screenshots/settings.png)
+
+-->
+
+## Installation
+
+To get started with Hutch, follow these steps:
+
+1. Clone the repository: `git clone
+ https://github.com/ccleberg/Hutch.git`
+2. Open the project in Xcode.
+3. Run the app on your device or simulator.
+
+## Usage
+
+Provide instructions on how to use the app. You might include:
+
+- **Step 1**: To login, use a PAT in Sourcehut's portal:
+ https://meta.sr.ht/oauth2/personal-token
+- **Step 2**: Navigate the app the same way you'd navigate Sourcehut.
+- **Step 3**: If something doesn't work as expected, send us an email!
+
+## Contributing
+
+Contributions are welcome! Please follow these steps:
+
+1. Fork the repository.
+2. Create a new branch for your feature (`git checkout -b feature-xyz`).
+3. Make your changes.
+4. Commit your changes and push to the branch.
+5. Open a pull request.
+
+## License
+
+This project is licensed under the GPL 3.0 or later License. See the
+[LICENSE](LICENSE) file for more information.
+
+## Contact
+
+For questions or feedback, please reach out to [[email protected]].
+
+---
+
+Thank you for checking out **Hutch**! We hope you find it useful and enjoyable.