A small SvelteKit app to check if your Luggage Fits on various airlines
Feel free to contribute to this project by opening a pull request.
To add a new carrier either create a PR to update the src/regulations.json
file if you feel comfortable with JSON or open an issue with the new carrier's info and I will do my best to add it.
Install and run the app with the following commands:
yarn install
yarn run dev