Unlock unique experiences by tapping NFC chips.
This repo uses Next.js for client and server code. It uses npm to manage dependencies. You will also need to set up a Postgres database, using the .env.example
as reference.
To run a local version of the repo, run the following commands:
npm i
npm run dev