Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 878 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 878 Bytes

Entur - Tavla

Tavla ("The Board") is a personal departure board that you can configure yourself. Find the closest stop places to you and choose your desired lines in a simple admin panel.

Go to tavla.en-tur.no to configure your table today.

Subscribe to updates to Tavla by using GitHub's "Watch" feature.

Contribute

Do you find bugs or something that can be improved? Don't hesitate to submit an issue or a pull request.

Install

Fork the repo: https://github.com/entur/tavla/fork

Run the commands

git clone [email protected]:[YOUR USERNAME]/tavla.git
cd tavla
npm install

Run the development server with

npm start

Your browser should automatically open the app on http://localhost:9090

Code Quality

We use ESLint to ensure code quality. Please make sure ESLint is happy with the command:

npm run lint