roberto-butti / fit-geojson-vuejs

Parse FIT and/or GPX files and convert them into Geojson file
https://fit2geojson.netlify.com/
MIT License
13 stars 14 forks source link

Documentation: update readme for install #95

Closed roberto-butti closed 4 years ago

roberto-butti commented 4 years ago

In Readme , after cloning the repository we need to add 1 step to allow the developer to have the right configuration locally ( .env file). To do that we need to add a step to copy .env.dist into .env

cp .env.dist .env

Theo-Dgl commented 4 years ago

Hi Roberto, Can i work on this ?