Real-time bus stop information for Turku, Finland using Föli's open data.
Live version: foli.werneri.com
First run command to install all packages
npm installTo start development run command
npm run devIf you are using Visual Studio Code, you can you use Run and Debug. In file launch.json you can edit configurations
Build and run with Docker:
docker build -t foli .
docker run -p 3000:3000 foliRun tests with command
npx playwright testWhen you are running tests make sure that your local development enviroment is running at port 3000
- Translations
- Map which shows the location of the stop
- Unit tests and integration
- More E2E tests
- Add GitHub actions CI/CD