Files
IronCalc/webapp/IronCalc
Nicolás Hatcher 46b1ade34a FIX: Adds sheet "block" navigation
This was a left over from the old days

Control+right arrow takes you to the next cell with text
or the end of the block

NB: Missing tests
2025-07-17 18:39:46 +02:00
..
2025-01-19 17:38:33 +01:00
2025-07-17 18:39:46 +02:00
2025-01-19 17:38:33 +01:00
2025-02-06 20:48:38 +01:00

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 install

Local development

npm run storybook

Linter and formatting

We use biome:

npm run check

Will check for linter and formatting issues.

Testing

We use vitest. Simply:

npm run test

Warning: There is only the testing infrastructure in place.

Build package

npm run build