Skip to content

abakus-ntnu/strava-challenge

Repository files navigation

Strava-challenge

Getting Started

# Install required packages
$ yarn

# Run the development server
$ yarn dev

The dev server starts on http://localhost:3000

Code formatting

Use the following commands to ensure your code meets our coding standards:

$ yarn prettier
$ yarn lint

Deployment

When changes are merged into the master branch, the application is automatically deployed to Vercel:

Production site: TBA