Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 802 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 802 Bytes

Strava Fixer

Edit data points in your Strava recordings to fix GPS glitches.

Visit strava-fixer.bell-towne.com to use the tool.

Development

Build Status

Setup and Run Dev Server

npm install
npm run serve

Linting

Run this before submitting a PR

npm run lint

Contributing

  1. Fork it on Github https://github.com/alexbbt/strave-fixer
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request against the master branch and I will review it.