Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 999 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 999 Bytes

around-the-job

Repository for the Around the Job application

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Setup

  1. Create Firebase project
  2. Create Firebase app
  3. Save config to json
  4. Check and ensure free tier limit on GCC (firebase does not require a billing account)
  5. Enable Google Maps Geocoding API for the project
  6. Create API credentials
  7. Create .env file with GOOGLE_API_KEY=
  8. Download excel file without coordinates
  9. Run geocoding.py
  10. Upload modified excel file to Drive and export CSV
  11. Run upload_to_firebase.py