Files
IronCalc/webapp/app.ironcalc.com/frontend
Daniel González-Albo 3d265bba27 update: in the app, add missing favicons and use dynamic title (#508)
* update: adds multiple favicon options to the app

* update: uses the current workbook name in as page title

* update: replace favicons in assets
2025-11-05 20:54:39 +01:00
..
2025-02-01 17:18:02 +01:00

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