Display data from GTFS files
Go to file
dancingCycle c4dbfe2d4e doc: adjust setup 2022-05-05 10:13:18 +02:00
doc doc: adjust setup 2022-05-05 10:13:18 +02:00
src feat: add stops page 2022-05-03 11:57:21 +02:00
.babelrc chore: bootstrap using repo https://github.com/Dede-Designated-Driver/dede-display 2022-04-29 11:53:36 +02:00
.eslintrc chore: bootstrap using repo https://github.com/Dede-Designated-Driver/dede-display 2022-04-29 11:53:36 +02:00
.gitignore feat: rename stop page to agency page 2022-05-02 22:42:42 +02:00
.prettierrc chore: bootstrap using repo https://github.com/Dede-Designated-Driver/dede-display 2022-04-29 11:53:36 +02:00
LICENSE Initial commit 2022-04-29 10:40:02 +02:00
README.md feat: adjust readme 2022-05-03 23:21:29 +02:00
index.html chore: bootstrap using repo https://github.com/Dede-Designated-Driver/dede-display 2022-04-29 11:53:36 +02:00
package.json chore: bootstrap using repo https://github.com/Dede-Designated-Driver/dede-display 2022-04-29 11:53:36 +02:00
webpack.config.js chore: bootstrap using repo https://github.com/Dede-Designated-Driver/dede-display 2022-04-29 11:53:36 +02:00

README.md

GTFS-Display

monitoring data from GTFS feed

Table of Contents

  1. General
  2. Quick Start Guide
  3. Setup

General

This repository provides a service for GNU/Linux operating system. As a front end service, it interacts with this API.

Quick Start Guide

Preparation

  • check out project on a GNU/Linux development system and change into the project root folder
git clone git@github.com:Software-Ingenieur-Begerad/gtfs-display.git
  • run the following instruction to install dependenies
npm i

Development setup

  • run the following instruction to start the service in development mode
npm run start

Production deployment

  • run the following instruction to build the service for a production host
npm run build