Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Add development cookies info to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Aug 23, 2017
1 parent 132340c commit fb6363a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit fb6363a

Please sign in to comment.