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
- Host: GitHub
- URL: https://github.com/midnite81/conqueror-conversions
- Owner: midnite81
- License: mit
- Created: 2021-08-16T07:35:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T12:19:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T05:41:43.281Z (4 months ago)
- Language: JavaScript
- Homepage: https://activity.midnite.uk
- Size: 547 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```