* update: adds multiple favicon options to the app * update: uses the current workbook name in as page title * update: replace favicons in assets
IronCalc application
This is the front end deployed at https:://app.ironcalc.com
To build for production:
npm install
npm run build
A development build:
npm run dev