Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 701 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 701 Bytes

Billy

Split bills among friends, taking into consideration what each participant has consumed. Available in web versions and also as a PWA.

A live version is available on https://emlautarom1-billy.netlify.app/

screenshots

Requirements

  • Node.js and npm

Tested on Fedora 36, Node 16.18.1 and npm 8.19.2.

Build

$ npm install
$ npm run build

Resulting assets are stored in www. You can deploy those assets to any static site hosting service (ex. Netlify).

Develop

Creates a local web on http://localhost:4200/ with hot reload included.

$ npm start