Skip to main content

Clone Project

To run the latest code from the repository, follow these steps:

Clone the Repository

git clone https://github.com/EcoFlowJS/eco-flow.git

Or clone recursively with submodules:

git clone --recurse-submodules https://github.com/EcoFlowJS/eco-flow.git
cd eco-flow

Install Dependencies

npm install --legacy-peer-deps

Build the Project

npm run build

Start the Server

Start the backend:

npm run dev:backend

Start the frontend:

npm run frontend
info

Ensure you cloned with submodules for these commands to work.