Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lexndru committed Apr 30, 2019
1 parent 5cef382 commit 7499388
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ tmp/
dist/
node_modules/
.notes
.desktop
package-lock.json
BacklogApp-linux-x64
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
dist/
tmp/
node_modules/
package-lock.json
.desktop
BacklogApp-linux-x64
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Backlog Application
Another to-do list application.
Another to-do list application to take notes, write ideas, mark them as done, save and edit later.

![alt text](https://raw.githubusercontent.com/lexndru/backlog-app/master/screenshot.png)
![application screens](https://raw.githubusercontent.com/lexndru/backlog-app/master/screenshot.png)

## Install from sources
```
$ npm install .
$ npm run build
$ cd dist # e.g. cd BacklogApp-linux-x64
$ ./BacklogApp
```

## License
Copyright (c) 2019 Alexandru Catrina
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "standard",
"setup": "classjar -s com/bean/note.json -d com/class",
"start": "electron .",
"build": "electron-packager . BacklogApp -icon=img/icon -platform=all -arch=all -version=1.0.0 -asar"
"build": "electron-packager . BacklogApp"
},
"bin": {
"backlog": "index.js"
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7499388

Please sign in to comment.