Billsplit is an easy and fast way to split restaurant bills. It's a simple progressive web application built with SvelteKit that helps separate costs between people. The application does not store your data, nor collect usage analytics.
Start a development server:
yarn dev
To create a production version of the app:
yarn build
You can preview the production build with yarn preview
.
This project is licensed under the GNU Affero General Public License v3.0. Read the LICENSE file for more information.