-
Notifications
You must be signed in to change notification settings - Fork 36
getting_started
Robert C. Martin edited this page Jun 4, 2022
·
34 revisions
- Edit the
project.cljfile. Find the:java-cmdline and change the path to your Java 17 implementation. You may be able to delete this line if you have java17 normally installed. - To run the tests:
lein spec - To run the tests with an auto-runner:
lein spec -a
You can run the tests without doing the setup.
Before you run more-speech you need to set a few things up. There are currently 5 files that need to be in place. They should be located in the private directory.
- private/keys Your personal profile.
- private/nicknames User nicknames.
- private/read-event-ids Ids of messages you've read.
- private/relays The nostr relays you read from and write to.
- private/tabs The tabs you want, and the filters they employ.
Once you have created all the setup files, then you can run more-speech with lein run.