How to run RATH locally? #395
Unanswered
ObservedObserver
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RATH is still in the developing process, so the document may not be updated on time. One way to check how to run RATH latest version is to check the github action build script or
package.json
.For now there are several ways to test RATH in your devices.
For local development
Step 1: install deps with yarn
Step 2: build deps of
rath-client
Step 3: Run
rath-client
It runs the EDA part of RATH, contains autopilot, copilot and manual exploration features.
For more features and service, you may need to check the
service
folder and run related service you need.Or check docker-compose file we provide to run most of the service at once.
Beta Was this translation helpful? Give feedback.
All reactions