0.5.7 • Published 6 months ago
@ironcalc/workbook v0.5.7
IronCalc Web App
The webapp is build with React and TypeScript. We use icons from Lucide
Build
First thing build the wasm is the ../bindings/wasm folder.
If you have nodejs installed you just need to:
npm installLocal development
npm run storybookLinter and formatting
We use biome:
npm run checkWill check for linter and formatting issues.
Testing
We use vitest. Simply:
npm run testWarning: There is only the testing infrastructure in place.
Build package
npm run build