Apply 2 suggestion(s) to 1 file(s)

Co-authored-by: William Wadsworth <w.j.wadsworth@bath.ac.uk>
This commit is contained in:
Julian Stirling 2025-06-06 08:54:55 +00:00
parent e0d61f3b87
commit 41c91ea712

View file

@ -25,11 +25,11 @@
# Developing
When developing it is usefule t use the development server so Vue changes happen instantly without the need to rebuild. To start the development server run:
When developing it is useful to use the development server so Vue changes happen instantly without the need to rebuild. To start the development server run:
npm run serve
You access the development server on a different port (it's printed on the command line when you run the above command). This means that when it starts up you will need to tell it where the microscope server is, using the "override API origin" field in the page that pops up. If you are running a test server on your computer, this is most likely `http://localhost:5000/`.
You access the development server on a different port (it's printed on the command line when you run the above command). This means that when the webapp starts up you will need to tell it where the microscope server is, using the "override API origin" field in the page that pops up. If you are running a test server on your computer, this is most likely `http://localhost:5000/`.
## VS Code and ESLint