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
Run tests with command
npx playwright test
When 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