From 2f5b47a18b0fbbf813afd65e90268b977f71b826 Mon Sep 17 00:00:00 2001 From: Dani Guardiola Date: Sat, 4 Jul 2015 12:50:54 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..de7d38d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# TimeDoser +Dosify your time + +# Setup +```npm run setup``` then drag & drop the bin/ folder to the chrome://extensions page. + +# Build +Run ```grunt``` and reload the app from the chrome://extensions page. + +Enjoy!