-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fa941c
commit 2b3682a
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# cosanostr | ||
# CosaNostr | ||
|
||
PWA Nostr Client | ||
CosaNostr is an open source and free forever Nostr client created with Flutter and Dart. It is designed to be a progressive web app (PWA), which means it works on ANY device on ANY platform. | ||
|
||
## Getting Started | ||
## Project Description | ||
CosaNostr is a project by solo developer plotsklapps, who is learning about the Nostr protocol by building something cool. The aim of this project is to create a powerful and user-friendly Nostr client that provides seamless communication across devices. | ||
|
||
This project is a starting point for a Flutter application. | ||
## Features | ||
- Cross-platform: Works on desktop, mobile, and web. | ||
- PWA focused: Provides native-like experiences across different platforms. | ||
- Free and Open Source: CosaNostr is released under the MIT License, so you can use it for personal or commercial purposes. | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
## Current Status | ||
To check out the current status of the CosaNostr project online, visit [https://cosanostr.app](https://cosanostr.app). There you will find information about the latest releases, features, and updates. | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
## Contributing | ||
Contributions to CosaNostr are greatly appreciated. If you'd like to contribute, please fork the repository and create a pull request. You can also report bugs or request new features by opening an issue on GitHub. | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
Before making any contributions, please read the Contribution Guidelines for more information. | ||
|
||
## License | ||
CosaNostr is released under the MIT License. See the LICENSE file for details. |