Note: This repository has been archived.
This project has concluded, and the code is no longer actively maintained. However, you are free to use the code as per the license terms. If you wish to continue development, feel free to fork this repository.
Thank you for your interest in this project.
-- project team 2024-10-08
To start UI development:
- Install node.js
- Run:
npm install -g yarn
cd react_ui
yarn
yarn start
This should install all dependencies in react_ui/node_modules and start a react dev environment serving the UI app at localhost:3000 or a nearby available port.