From c2b54da4a132ce5d169cedcbfe0122fa7e227473 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Mon, 10 Jun 2024 11:27:30 +0000 Subject: [PATCH] More explantion of building webapp in README --- webapp/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/README.md b/webapp/README.md index 0c99c434..d6fa9153 100644 --- a/webapp/README.md +++ b/webapp/README.md @@ -22,6 +22,8 @@ * Build the static web app with `npm run build` * Serve a development version with `npm run serve` +We generally run this on the Raspberry Pi (as that is where the Webapp is hosted). If this isn't suitable - for example, if you can't install Node on your microscope due to version conflicts or no internet connection - you can build it on your computer instead, and then copy over the contents of `..\src\openflexure_microscope_server\static` to your Pi (using scp or another file transfer method). + ## VS Code and ESLint To prevent the editor from interfering with ESLint, add to your project `settings.json`: