more-speech/README.md

37 lines
1023 B
Markdown
Raw Normal View History

2022-01-18 19:04:57 +00:00
# more-speech
2022-05-24 19:50:13 +00:00
A desktop client for the [nostr](https://github.com/fiatjaf/nostr) protocol.
2022-01-18 19:04:57 +00:00
2022-05-27 20:03:53 +00:00
### Mission
To provide a pragmatic tool for communicating over the nostr protocol.
2022-05-27 20:03:53 +00:00
### Strategy
_No Fluff. Just Stuff_ (To borrow a phrase). No fancy colors or glitter, no doo-dads, bells,
or whistles. Just a simple way to scan, read, and compose messages.
2022-05-27 20:03:53 +00:00
### Open Source
**Help Wanted!** If you feel like contributing, I'll be happy to entertain your pull requests. Make sure you
write tests for the code you write, and follow the conventions I've started here.
2022-05-27 20:03:53 +00:00
### Environment
* **Language:** Clojure
* **Builder:** Leiningen
* **GUI:** [SeeSaw](https://github.com/clj-commons/seesaw/wiki)
* **Tester:** [speclj](https://github.com/slagyr/speclj)
2022-12-02 13:31:55 +00:00
### How to run
Sample commands for Debian:
```
sudo apt install clojure leiningen openjdk-17-jdk
2022-12-02 13:31:55 +00:00
git clone https://github.com/unclebob/more-speech
cd more-speech
lein run project.clj
```
2022-05-27 20:03:53 +00:00
### For more
2022-12-02 13:31:55 +00:00
Read the [wiki](https://github.com/unclebob/more-speech/wiki).