Skip to content

Latest commit

 

History

History
 
 

website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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