Cutting the bridge between farmers & customers 👯
- Install dependencies using
npm install - Run
cp src/config/env.example.js src/config/env.js - Create a Firebase project using the Firebase Console.
- In your project dashboard, click "Add Firebase to your web app".
- Copy the config object to
src/config/env.js. - Go to Google APIs Console, search for
Google Maps JavaScript API&Google Places API Web Serviceand enable them.
In order to make Facebook authentication work, follow the instructions on the firebase docs.
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildFor detailed explanation on how things work, checkout the guide and docs for vue-loader.