Skip to content

getting_started

Robert C. Martin edited this page Jun 4, 2022 · 34 revisions

Getting Started

  • Edit the project.clj file. Find the :java-cmd line 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.

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.

Running more-speech

Once you have created all the setup files, then you can run more-speech with lein run.

Clone this wiki locally