From 4aad00d04813b9a2a6f12755aa0e560d854fa619 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Tue, 4 Dec 2018 19:29:31 +0100 Subject: [PATCH] docs: add link to documentation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3bdced5..2d279fc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ [![GitHub issues](https://img.shields.io/github/issues/skedify/skedify-calendar.svg)](https://github.com/skedify/skedify-calendar/issues) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) +## Documentation + +Documentation can be found here: https://skedify-calendar.now.sh/ (This is probably going to change very soon). +You can also run `npm run start` to edit the documentation locally and see them update accordingly. + ## Contributing Use `npm run commit` when you want to commit a change.