Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 443 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 443 Bytes

About

This is demo for one of Magic Link products - Magic Connect

Before Start

  • Create an account on Magic Link
  • Go to All Apps and create a new app on Magic Connect
  • Copy Publishable API Key of your app and paste to REACT_APP_MAGIC_PUBLISHABLE_KEY of root/.env.example
  • Rename ".env.example" in the root directory to ".env".

How to run

# Install dependencies
$ yarn install

# Run
$ yarn start