A fork from the original Strava2Kilometrikisa app. Goal is to modernize the code and port the project to Typescript.
An application to fill the gap between Strava and Kilometrikisa.
- Run
$ docker-compose up -d
to spin up local Mongodb instance - Grab yourself some Strava API credentials
- Copy and configure
.env.example
to.env
and fill in the missing values $ source .env
$ nvm use
$ npm install
$ npm run dev
The app should be easy to deploy to modern cloud environments. Basically all you need is to run the main app process and syncing process. Following examples are for deploying to Heroku.
After setup run npm run deploy
to run tests and then deploy master
branch to the Heroku.
Trigger Deploy to Heroku
flow from the Github Actions manually.
This app uses a MongoDB database.
We would love your input! Check out how to contribute here.