/poap-website

The Proof of Attendance Protocol institutional website

Primary LanguageSCSS

POAP: Proof of Attendance Protocol Website

Setup

Install dependencies & start:

npm install
npm run dev

Make sure to change the faqs link in index.html:46 during development.

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