/poap-website

The Proof of Attendance Protocol institutional website

Primary LanguageHTML

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