important-stories-alert-for.../README.md

32 lines
274 B
Markdown
Raw Normal View History

2019-07-29 20:02:33 +02:00
# isahn
## Installation
2019-08-04 11:00:35 +02:00
``` sh
2019-08-02 00:01:34 +02:00
cp config-example.edn config.edn
2019-08-04 11:00:35 +02:00
```
2019-07-29 20:02:33 +02:00
2019-08-02 00:01:34 +02:00
## Usage
2019-07-29 20:02:33 +02:00
2019-08-04 11:00:35 +02:00
``` sh
java -jar isahn-[version]-standalone.jar
```
## Check format
``` sh
lein cljfmt check
```
## Check format
``` sh
lein cljfmt check
```
2019-08-02 00:01:34 +02:00
2019-08-04 11:00:35 +02:00
## Linter
``` sh
lein auto kibit
```