Llumino is a luminous calculator that makes calculation more fun.
This app was originally developed as an iOS native app, and now re-built with the latest web technology. This is also a technical demonstration of PWA (Progressive Web App).
Install required packages:
$ npm install
Create a configuration file from template:
$ cp config.example.json config.json
Compile source codes and watch changes:
$ cd llumino-pwa
$ npm run dev-watch
And run a development server:
$ cd llumino-pwa
$ npm run dev-server
MIT License. See LICENSE.txt
for more information.