Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 986 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 986 Bytes

To Live To Pay

Easy budgeting application, which helps you spend your money wisely.

Requirements

NodeJS 16

Get started

npm install
npm run start

Debug

Store

Deploying to the web

With now

Install now if you haven't already:

npm install -g now

Then, from within your project folder:

cd public
now

As an alternative, use the Now desktop client and simply drag the unzipped project folder to the taskbar icon.

With surge

Install surge if you haven't already:

npm install -g surge

Then, from within your project folder:

npm run build
surge public