From fb6363a6e9da224b46425419258db69b328dc4d8 Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Wed, 23 Aug 2017 16:38:58 +0200 Subject: [PATCH] Add development cookies info to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f88854393..370657f8a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,16 @@ npm run dev Open http://localhost:8080 +For ease of development, you can set a cookie to prefill a passphrase, e.g.: +``` +document.cookie = 'passphrase=wagon stock borrow episode laundry kitten salute link globe zero feed marble' +``` + +And then you can set a cookie to login automatically +``` +document.cookie = 'autologin=true' +``` + ## Build ```