Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 341 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 341 Bytes

Passwordless demo site

Sandbox that I use to test out the new Passwordless.dev API.

Getting started

Make sure you use the node version mentioned in .nvmrc

$ git clone git@github.com:coroiu/passwordless-demo-site.git
$ cd passwordless-demo-site
$ npm install
# setup server/config.ts
# setup client/config.ts
$ npm start