This repository contains two projects: aems-edge
and aems-ui
. Below are the instructions for setting up and using each project independently.
- Python 3.7 or higher
- Volttron platform installed
-
Clone the
aems-edge
repository:git clone https://github.com/your-username/aems-edge.git
-
Install the required Python packages:
cd aems-edge pip install -r requirements.txt
-
Start the Volttron platform:
volttron -vv
-
Start the
aems-edge
agent:cd aems-edge python3 aems_edge.py
- Node.js and npm installed
-
Clone the
aems-ui
repository:git clone https://github.com/your-username/aems-ui.git
-
Install the required dependencies:
cd aems-ui npm install
-
Start the
aems-ui
development server:cd aems-ui npm start
-
Open your web browser and navigate to
http://localhost:3000
to access theaems-ui
application.