Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trovster/trailmaps-gpx
Convert your Strava activities to beautiful prints
https://github.com/trovster/trailmaps-gpx
maps vuejs
Last synced: about 1 month ago
JSON representation
Convert your Strava activities to beautiful prints
- Host: GitHub
- URL: https://github.com/trovster/trailmaps-gpx
- Owner: trovster
- Created: 2019-04-17T15:50:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T21:23:09.000Z (over 5 years ago)
- Last Synced: 2024-12-06T21:05:30.036Z (about 1 month ago)
- Topics: maps, vuejs
- Language: Vue
- Homepage: https://trailmaps.co.uk
- Size: 1.89 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![TrailMaps.co.uk](src/assets/logo.png)
A project to allow you to create beautiful works of art using your [Strava](https://www.strava.com) activities.
Design your own [TrailMaps](https://trailmaps.co.uk).## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Docker
You can run the build and run locally using [Docker](https://www.docker.com).
```
npm run docker:build
npm run docker:start
npm run docker:stop
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Deploy to GitHub pages
```
npm run deploy
```