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

https://github.com/midnite81/conqueror-conversions

This is a simple vue application that calculates activities for into miles and km to use with the Conqueror Challenges
https://github.com/midnite81/conqueror-conversions

Last synced: 2 months ago
JSON representation

This is a simple vue application that calculates activities for into miles and km to use with the Conqueror Challenges

Awesome Lists containing this project

README

        

# Conqueror Activity Converter

This is a little small project to convert various exercise
activities into miles and km for
[Conqueror Virtual Challenges](https://midt.me/r/conqueror).

This project will be hosted on Github pages, however should you
wish to install the project locally you can follow these installation steps.

## Local Development Installation

Clone the package by running

```
git clone https://github.com/midnite81/conqueror-conversions.git
```

When the project has downloaded to your local environment you will need to install
the dependencies which you can do by running

```
npm install
```

If you are planning to run it locally with hot reloading run

```
npm run serve
```

If you wish to build the project to its production state run
```
npm run build
```