
#
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/).
##### 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