Skip to content

Files

Latest commit

 

History

History
22 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 376 Bytes

Quadratic Voting Frontend Application

Demo

This application is hosted on https://qv.geek.sg/

Development

Next.js is used to generate a static site for the QV web application.

npm install
npm run dev

Deployment

Once the code is ready to be deployed, the static site will be built in the out folder.

npm run build