Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 915 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 915 Bytes

Path's Journey

This is a project to log GPS coordinates of a sailing vessel (using AIS & KVH coordinates), and display a track using Google Maps. The app allows you to attach photos and logs to any point on the map, and there's basic access control to allow guests to view the journey log without edit access.

The webapp is based on Vue.JS, and the backend is run on Firebase (Authentication, Database, Storage, Hosting & Functions)

frame_chrome_mac_light

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.