More explantion of building webapp in README
This commit is contained in:
parent
4ea3b5b623
commit
c2b54da4a1
1 changed files with 2 additions and 0 deletions
|
|
@ -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`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue