/qv-app

Frontend react (next.js) app for quadratic voting app

Primary LanguageJavaScript

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