We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
After setting up your development environment, please follow these steps to open the app for development/use.
Open two terminals for use.
In the first terminal, run the following commands:
cd uwmro-client npm start --port 3001
This should open a browser window with the web-app in the desired port. Port 3000 will be used for querying the Flask server.
In the second terminal, run the following:
conda activate uwmro_instruments cd server python app.py
This opens the Flask server, to be called whenever the web-app queries it.