Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 639 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 639 Bytes

proposal-review-tool

This is the repo for the Proposal review tool frontend.

The process involves importing a CSV file with all assessments that are saved in the localStorage and reviewed locally by the Proposers.

The development is based on Vue.js

The demo is here

Development

Project Setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.