diff --git a/README.md b/README.md index 79e10bfe..df77c8ca 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,14 @@ A Trello-like application built with React and Redux. ![](https://github.com/meltyshev/planka/blob/master/demo.gif?raw=true) -Online demo is coming soon. +[Client demo](https://meltyshev.github.io/planka) (with some restrictions). ### Features - Create projects, boards, lists, cards, labels and tasks - Add card members, track time, set a deadline, write comments - Filter by members and labels +- Real-time updates - User notifications - Internationalization diff --git a/package.json b/package.json index 28ef94f8..99c2a942 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "planka", "version": "0.1.0", "private": true, + "homepage": "https://meltyshev.github.io/planka", "repository": { "type": "git", "url": "https://github.com/meltyshev/planka.git"