Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 449 Bytes

djitotnp

Convert DJI csv tracks to GPX format.

Run Locally

  1. In a terminal window: git clone https://github.com/adamjaffeback/dronetracks.git
  2. cd djitotnp
  3. npm install
  4. npm start. Wait for Status to be "Success".
  5. Open localhost:3001 in your browser.

Deploy

  1. In a terminal window npm run build
  2. Upload docroot/ contents to S3.
  3. Upload docroot/assets contents to S3 assets/` directory.