sandbox-node/gtfs-service
dancingCycle 35b5c708a9 chore(gtfs-service): update axios 2024-01-26 12:00:18 +01:00
..
.gitignore chore(gtfs-service): update axios 2024-01-26 12:00:18 +01:00
README.md feat(gtfs-service): initial commit 2022-05-23 07:38:18 +02:00
gtfs-service.js feat:adjust .gitignore 2022-06-06 10:48:06 +02:00
index.js feat:adjust .gitignore 2022-06-06 10:48:06 +02:00
package-lock.json chore(gtfs-service): update axios 2024-01-26 12:00:18 +01:00
package.json chore(gtfs-service): update axios 2024-01-26 12:00:18 +01:00

README.md

Overview

tbc

Preparation

Run the following command in your favorite terminal to install dependenies.

npm i

Development setup

Run the following command in your favorite terminal if you fancy log messages for debugging.

export DEBUG=$DEBUG,debug,gtfs-service

Run the following command in your favorite terminal to start the service in development mode.

npm run dev

Production deployment

tbc