This repository contains a Food Delivery demo app, a project forked from wowthemesnet/template-fooddelivery-bootstrap-html and rewritten in SvelteKit for QA Sphere.
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 install
To run the app in development mode, use the following command:
npm run dev
This 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 licensed under the MIT License - see the LICENSE file for details.