Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.65 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.65 KB

NFC My Business Card

Open in StackBlitz Open with CodeSandbox

header

Utilize NFC to realize a digital business card in the form of an NFC card to refer to a profile site.

NFC My Business Card is a web application that allows you to create a business card site with NFC with encrypted site.

How to set up

npm install

And also, you need to buy NFC card.

You can write the card with NFC Tools for your deployed business card site.

Run locally

npm start

Build and Encrypt

Before build and encrypt, you need to set up the environment variables.

PASSWORD=yourpassword
npm run build && npm run encrypt && npm run serve

And you can access http://localhost:3000#yourpassword

Demo

Touch your NFC card to your smartphone, and you can see your business card site.

demo

Encrypt with Pagecrypt

If you access the site without NFC or QR code, you need to input the password to access the site.