Skip to content

Commit 2bdfc1f

Browse files
author
K
committed
Add links: live site in README, GitHub repo in settings
1 parent 2601357 commit 2bdfc1f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

nr-web/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A vibed web application that replicates the functionality of the nostroots mobile app, providing a map-based interface for sharing notes on the Nostr network.
44

5+
**Live version:** [https://nos.trustroots.org/](https://nos.trustroots.org/)
6+
57
It's not a replacement for the app, it's a way to quickly try different things without going through the lengthy process of building and releasing a new version of the app.
68

79
This web app provides similar functionality to the `nr-app` mobile app:

nr-web/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,13 @@ <h2>Relays</h2>
10391039
<button class="btn" onclick="saveRelays()">Save Relays</button>
10401040
</div>
10411041
</div>
1042+
1043+
<div class="settings-section">
1044+
<h2>About</h2>
1045+
<div class="form-group">
1046+
<a href="https://github.com/Trustroots/nostroots/tree/main/nr-web" target="_blank" rel="noopener noreferrer" style="color: var(--primary); text-decoration: underline;">View on GitHub</a>
1047+
</div>
1048+
</div>
10421049
</div>
10431050
</div>
10441051

0 commit comments

Comments
 (0)