Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
/ poap-website Public archive

The Proof of Attendance Protocol institutional website

Notifications You must be signed in to change notification settings

poap-xyz/poap-website

Repository files navigation

This repository is no longer maintain

POAP: Proof of Attendance Protocol Website

Setup

Install dependencies & start:

npm install
npm run dev

Development

We are using parcel js to transpile .js and .scss files. Builds will be created on dist folder.

Deployment

npm run build
npm run deploy