Skip to content

Web application for a project aiming to generate an NFT for each new unique and eligible segment a Strava user runs through.

Notifications You must be signed in to change notification settings

alainncls/strava-segments-to-nfts-webapp

Repository files navigation

Strava Segments to NFTs

Build Coverage Maintainability Rating

Web application for a project aiming to generate an NFT for each new unique and eligible segment a Strava user runs through.
Backend project is here and contains much of the information/notes.

How to launch

1. Add Strava identifiers

Add a .env.local file following the .env template, and add your (secret) Strava identifiers.

2. Install dependencies

npm install

3. Run the webapp

npm run start

How to test

Run unit tests with watch

npm run test

Run unit tests with coverage

npm run test:coverage

Technical notes/ideas

This project was bootstrapped with Create React App.

About

Web application for a project aiming to generate an NFT for each new unique and eligible segment a Strava user runs through.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published