The Opentrons AI application's server.
To get started: clone the Opentrons/opentrons
repository, set up your computer for development as specified in the [contributing guide][contributing-guide-setup], and then:
# change into the cloned directory
cd opentrons
# prerequisite: install dependencies as specified in project setup
make setup
# launch the dev server
make -C opentrons-ai-server dev
The UI stack is built using:
Some important directories:
opentrons-ai-client
— Opentrons AI application's client-side
TBD
TBD