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

Latest commit

 

History

History
21 lines (13 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 386 Bytes

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