Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.15 KB

Deployment Pipeline

Strava Visualizer

Strava API wrapper using ReactJS and Tailwind. Based on the amazing Banana project by Jacky Lee

Made by Dani Ramírez on Dec 2020.

Stack

This project uses:

Requirements

To deploy this code you need node installed You can check if you have it installed by running:

npm -v

It must return something like 6.14.13

Installation

Download the repository and install it with npm

git clone https://github.com/endani/strava-visualizer.git my-project
cd my-project
npm install

Remember that npm install could take a while. It is completely normal, because that installs all the dependencies.

That's it! From now on, you can execute this command to run your compiled add.

npm run start