diff --git a/bindings/wasm/README.md b/bindings/wasm/README.md index 3b2a8dd..b54082e 100644 --- a/bindings/wasm/README.md +++ b/bindings/wasm/README.md @@ -7,6 +7,15 @@ https://www.npmjs.com/package/@ironcalc/wasm?activeTab=readme ## Building +Dependencies: + +* Rust +* wasm-pack +* TypeScript +* Python +* binutils (for make) + + ```bash make ``` diff --git a/webapp/IronCalc/README.md b/webapp/IronCalc/README.md index 5f232c9..457a7a4 100644 --- a/webapp/IronCalc/README.md +++ b/webapp/IronCalc/README.md @@ -14,9 +14,8 @@ npm install ## Local development - ```bash -npm run dev +npm run storybook ``` ## Linter and formatting @@ -39,20 +38,9 @@ npm run test Warning: There is only the testing infrastructure in place. -## Deploy +## Build package -Deploying is a bit of a manual hassle right now: -To build a deployable frontend: ```bash npm run build ``` - -Please copy the `inroncalc.svg` icon and the models you want to have as 'examples' in the internal 'ic' format. -I normally compress the wasm and js files with brotli - -``` -brotli wasm_bg-*****.wasm -``` - -Copy to the final destination and you are good to go. \ No newline at end of file diff --git a/webapp/README.md b/webapp/README.md new file mode 100644 index 0000000..bab1129 --- /dev/null +++ b/webapp/README.md @@ -0,0 +1,7 @@ +# WebApp + +The folder app.ironcalc.com contains the frontend and backend code deployed at https://app.ironcalc.com + +The folder IronCalc contains the actual code for the spreadsheet widget as found in: + +https://www.npmjs.com/package/@ironcalc/workbook \ No newline at end of file