This is a Vue.js application, conceptualising "Grantable" -- a project I worked on with Kieran Hammond at Entrepreneur First. The aim of Grantable is to provide an unbiased mechanism for foundations and grantmakers to assess charitable grants.
The demo is available here.
The concept uses prediction markets, this demo is a basic front-end powered by a Firebase database. Please get in touch with me at [email protected] if this is something you'd like to discuss more!
# 1. Install the dependencies
npm install
# 2. Serve with hot reload at localhost:8080
npm run dev
# 3. Build for production with minification
npm run build
# 4. build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.