blob: f5d7ad882acbc8f8cea57da23c936f4c479a244b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|

# <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
````
- ### Dependencies:
````
"dependencies": {
"jquery": "^3.4.1",
"local-storage": "^2.0.0"
}
"devDependencies": {
"electron": "^5.0.3",
"@fortawesome/fontawesome-free": "^5.9.0",
"electron-builder": "^20.43.0"
}
````
- ### How to get started on macOS:
npm install && npm start
|