DonorSearch.org web app demo for VKHackathon 2018.
Backend repository is: https://github.com/wooferclaw/DonorSearch-BackEnd
npm install
Please, create src/tokens.js
file with these exports:
export let MAPBOX_TOKEN = YOUR_MAPBOX_TOKEN;
export let VK_ACCESS_TOKEN = YOUR_VK_ACCESS_TOKEN; //this is only for development
export let VK_APP_ID = YOUR_VK_APP_ID;
npm run serve
npm run build
npm run test
npm run lint