Merge activity files. If you've accidentally made two or more recordings for a single activity and want to upload them to strava.com as a single activity use this app to merge the files into a single activity.
You will need the following things properly installed on your computer.
git clone <repository-url>this repositorycd activity-mergepnpm install
ember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
pnpm lintpnpm lint:fix
ember build(development)ember build --environment production(production)
Continuous deployments via github actions to netlify.