Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 652 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 652 Bytes

How to use

First run command to install all packages

npm install

To start development run command

npm run dev

If you are using Visual Studio Code, you can you use Run and Debug. In file launch.json you can edit configurations

Live version available at Here

Tests

Run tests with command

npx playwright test

When you are running tests make sure that your local development enviroment is running at port 3000

Feature considerations

  • Translations
  • Map which shows the location of the stop
  • Unit tests and integration
  • More E2E tests
  • Add GitHub actions CI/CD