* update: add leftbar to app * style: a few cosmetic changes * update: allow pinning workbooks * style: show ellipsis button only on hover * update: add basic responsiveness * style: use active state when file and help menus are open * style: increase transition time * update: allow duplication of workbooks * chore: standardize menus
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