A food delivery demo application built with SvelteKit for QA Sphere testing purposes.
A live demo of the app can be found here.
To get started with this demo app, clone the repository and install the necessary dependencies.
git clone https://github.com/Hypersequent/bistro.git
cd bistro
npm installTo run the app in development mode, use the following command:
npm run devThis will start the SvelteKit development server, making the app accessible via localhost on your browser.
Contributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
This project is based on wowthemesnet/template-fooddelivery-bootstrap-html and was rewritten in SvelteKit.
This project is licensed under the MIT License - see the LICENSE file for details.