A simple app that keeps a record of your laundry balance.
Go to file
Matthew Barnes fc8d3d9158
Changed style of github badge
2021-10-22 21:01:46 +01:00
app did an overhaul 2019-09-30 02:58:14 +01:00
.editorconfig did an overhaul 2019-09-30 02:58:14 +01:00
.gitignore did an overhaul 2019-09-30 02:58:14 +01:00
LICENSE Changed licence and added licence badge 2021-10-17 17:56:51 +01:00
README.md Changed style of github badge 2021-10-22 21:01:46 +01:00
jsconfig.json did an overhaul 2019-09-30 02:58:14 +01:00
package-lock.json did an overhaul 2019-09-30 02:58:14 +01:00
package.json did an overhaul 2019-09-30 02:58:14 +01:00
webpack.config.js did an overhaul 2019-09-30 02:58:14 +01:00

README.md

Available on GitHub License: GPL v3

Circuit Laundry Balance Keeper

An app which allows you to manually keep track of your Circuit laundry balance

Usage

# Install dependencies
npm install

# Build for production
tns build <platform> --bundle

# Build, watch for changes and debug the application
tns debug <platform> --bundle

# Build, watch for changes and run the application
tns run <platform> --bundle