/passwordless-demo-site

Passwordless.dev sandbox for API review

Primary LanguageTypeScript

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