WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
147 stars 46 forks source link

Contributing/ Developing #166

Open dancesWithCycles opened 2 years ago

dancesWithCycles commented 2 years ago

Hi folks, Thank you so much for providing and maintaining this repository! After making some experiences with using, running and deploying the repository I am wondering how it is developed. For instance, I can not find a package.json file. That raised the question: What is a possible development process? Cheers!

answerquest commented 2 years ago

Hi @dancesWithCycles , this program is developed with python3. package.json is commonly seen in nodejs applications, not here.

Further details: