blob: 2904a3fbf359a5ec2579e5dd753cffc73043cc5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|

# <img src="docs/logo/logo.png" width="26px"> authorr
A desktop app for authors.
[](https://travis-ci.com/luciferreeves/authorr)    
#### An Original Project By Kumar Priyansh which lives [here](https://luciferreeves.github.io/authorr/).
<img src="docs/extras/runsonmac.png" height="70px">
##### This app is not available with Windows or Linux based distros. However, it could be made available on those platforms by cloning and making necessary changes.
## For Developers:
- ### Cloning:
````
git clone https://github.com/luciferreeves/authorr
````
- ### How to get started on macOS:
npm install && npm start
|