Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```